Morning everybody,

I cannot log in to my server if I try and use an encrypted password in user-mapping.xml:

    <authorize
        username="testuser1"
        password="passwort1">
            <protocol>vnc</protocol>
            <param name="hostname">localhost</param>
            <param name="port">5901</param>
            <param name="password">vncpass1</param>
    </authorize>


works fine, while

    <authorize
        username="testuser2"
        password="631b0ef29792ae5e5813b2ae4dd7aa25"
        encoding="md5">
            <protocol>vnc</protocol>
            <param name="hostname">localhost</param>
            <param name="port">5902</param>
            <param name="password">vncpass</param>
    </authorize>

leaves me with a "WARN o.a.g.r.auth.AuthenticationService - Authentication attempt from 95.191.24.244 for user "testuser2" failed" in catalina.out. Nothing in syslog.
The same is true for sha256 instead of md5.

This is a Guacamole 1.4.0 install on a Debian11 virtual server from hetzner.com.

Any hints about where to look for what would be greatly appreciated.


Thanks in advance,
Billib

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

Reply via email to