On Monday, June 3, 2019, 5:14:22 PM GMT+2, Nick Couchman <[email protected]> 
wrote: 
>
> Can you more clearly define what you mean by "does not work," and what you're 
> trying to accomplish?  It sounds like maybe your 1.0.0 and 1.1.0 environments 
> are set up differently, and it would be good to know at a 
> more detailed level what you're trying to do that "does not work."


Sure.

The environment is identical. The configuration file within /etc/guacamole is 
identical:

# cat guacamole.properties
guacd-hostname: 10.215.144.124
guacd-port: 4822

My user-mapping file is:

 # cat user-mapping.xml
<user-mapping>

    <authorize username="testme" password="mypass">

        <connection name="Terminal Server TSE">
            <protocol>rdp</protocol>
            <param name="hostname">10.215.246.24</param>
            <param name="ignore-cert">true</param>
        </connection>

        <connection name="Terminal Server INF">
            <protocol>rdp</protocol>
            <param name="hostname">10.215.144.50</param>
            <param name="ignore-cert">true</param>
            <param name="security">nla</param>
            <param name="color-depth">24</param>
            <param name="username">${GUAC_USERNAME}</param>
            <param name="password">${GUAC_PASSWORD}</param>
            <param name="domain">DOMAIN</param>
        </connection>

        <connection name="Alcatel PBX">
            <protocol>telnet</protocol>
            <param name="hostname">alcatel-ocx</param>
        </connection>

    </authorize>

</user-mapping>

With Guacamole 1.0.0 I can login as "testme", and I can see the three 
connections.

With today's Guacamole GIT I can "log-in" (sort of), but I get an error page on 
my browser:

An error has occurred and this action cannot be completed. If the problem 
persists, please notify your system administrator or check your system logs.

Unfortunately, there's nothing relevant in my Tomcat log dir at the time of 
this test.

Vieri


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to