You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by "Stanislav Kogan (JIRA)" <ji...@apache.org> on 2018/10/26 17:41:00 UTC

[jira] [Updated] (GUACAMOLE-647) Connections are not loaded from user-mapping.xml

     [ https://issues.apache.org/jira/browse/GUACAMOLE-647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stanislav Kogan updated GUACAMOLE-647:
--------------------------------------
    Description: 
When using the auth-header extension, the home page shows no connections available, even though the user has connections defined in user-mapping.xml.

The same configuration works properly with the auth-header extension disabled.

Here is an example of user-mapping.xml:

<user-mapping>
 <authorize username="user" password="password">
 <connection name="Some Name">
 <protocol>vnc</protocol>
 <param name="hostname">10.8.0.4</param>
 <param name="port">15900</param>
 <param name="color-depth">16</param>
 <param name="cursor">remote</param>
 </connection>
 </authorize>
</user-mapping>

  was:
When using the auth-header extension, the home page shows no connections available, even though the user has connections defined in user-mapping.xml.

The same configuration works properly with the auth-header extension disabled.

Here is an example of user-mapping.xml:

<user-mapping>
<authorize username="user" password="password">
<connection name="Some Name">
 <protocol>vnc</protocol>
 <param name="hostname">10.8.0.4</param>
 <param name="port">15900</param>
 <param name="color-depth">16</param>
 <param name="cursor">remote</param>
</connection>
</authorize>


> Connections are not loaded from user-mapping.xml
> ------------------------------------------------
>
>                 Key: GUACAMOLE-647
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-647
>             Project: Guacamole
>          Issue Type: Bug
>          Components: guacamole-auth-header
>    Affects Versions: 0.9.14
>         Environment: CentOS 7
>            Reporter: Stanislav Kogan
>            Priority: Critical
>
> When using the auth-header extension, the home page shows no connections available, even though the user has connections defined in user-mapping.xml.
> The same configuration works properly with the auth-header extension disabled.
> Here is an example of user-mapping.xml:
> <user-mapping>
>  <authorize username="user" password="password">
>  <connection name="Some Name">
>  <protocol>vnc</protocol>
>  <param name="hostname">10.8.0.4</param>
>  <param name="port">15900</param>
>  <param name="color-depth">16</param>
>  <param name="cursor">remote</param>
>  </connection>
>  </authorize>
> </user-mapping>



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)