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:36:00 UTC

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

Stanislav Kogan created GUACAMOLE-647:
-----------------------------------------

             Summary: 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


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>



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