I'm new with guacamole and configured basic WEB authentication with tokens ${GUAC_PASSWORD} and ${GUAC_USERNAME) to use with RDP connection.
This work with static <user-mapping> <authorize username="user" password="password" > My goal is to use dynamic WEB authentication with tokens based on LDAP ( Active Directory) I've read topic https://sourceforge.net/p/guacamole/discussion/1110834/thread/b66cf159/?limit=25 and did everything same but still getting error "Invalid Login" to web guacamole. Logs catalina.out show me only: WARN o.g.g.n.b.r.a.AuthenticationService - Authentication attempt from 192.168.0.10 for user "test" failed. Nothing more oO Don't see if any LDAP query success of fail. Whats wrong ? MY environment: Debian 9 newest and guacamole installed from default repository. My /etc/guacamole/guacamole.properties https://pastebin.com/QzGLXRmF My config: https://pastebin.com/AY0xMM8B I dont understand topic "LDAP schema" https://guacamole.apache.org/doc/gug/ldap-auth.html from article. How to connect Web authentication (LDAP) with correspond RDP session like I could do in static /etc/guacamole/user-mapping.xml with tokens ???? I want dynamic WEB LDAP users with normal RDP sessions like USER WEB = USER RDP. Thanks