Hi All, I am requesting here some help :
I have a guacamole instance set-up on Debian 10, and connected using LDAP plugin with AD. The authentication phase works like a charm, users list (AD) are showing in the Admin UI, but then (and for an unknown reason), all (AD) users disappear … only assigned users stays, and there is no more “LDAP” tab when editing targeted user. I already tried to check configuration and logs, there is no error, maybe someone already saw such issue … To confirm, I am using an admin account, and this account is also an AD admin (full rights). Here is my conf example of guacamole.properties : guacd-hostname: 127.0.0.1 guacd-pot: 4822 auth-provider: net.sourceforge.guacamole.net.auth.ldap.LDAPAuthenticationProvider #ldap-hostname: 192.168.1.1 ldap-hostname: myserver.local ldap-port: 389 ldap-user-base-dn: CN=Users,DC=myserver,DC=local ldap-username-attribute: sAMaccountName ldap-config-base-dn: DC=myserver,DC=local ldap-group-base-dn: CN=Users,DC=myserver,DC=local ldap-encryption-method: none ldap-search-bind-dn: CN=svc-guacusr,CN=Users,DC=myserver,DC=local ldap-search-bind-password: mypassword-ad ldap-follow-referrals: false mysql-hostname: localhost mysql-port: 3306 mysql-database: guacamole_db mysql-username: guacamole_user mysql-password: mypassword-mysql Thanks in advance for your great help, Cheers, Vincent.
