Hi Guacamole Community, I followed the procedure to add LDAP plugin to Guacamole and I know that for LDAP users to appear within the users tab (in the admin dashboard), you must log in as an LDAP user, and that user's corresponding account in the database must have administrative privileges as explained here: http://guacamole.apache.org/doc/gug/ldap-auth.html#ldap-and-database
But I still don't have LDAP user list in my admin dashboard under user tab. Here is my ldap setting in /etc/guacamole/guacamole.properties mysql-hostname: localhost mysql-port: 3306 mysql-database: guacamole_db mysql-username: guacamole_user mysql-password: guaca_password #LDAP Properties ldap-hostname: XXX.ppc.oo.aa #ldap-port: 389 ldap-encryption-method: ssl ldap-user-base-dn: ou=people,dc=pp,dc=oo,dc=aa ldap-username-attribute: uid ldap-user-search-filter: (objectClass=user)(!(objectCategory=computer)) ldap-group-base-dn: cn=visualisation users,ou=hosts,ou=groups,dc=pp,dc=oo,dc=aa ldap-group-name-attribute: memberUid ldap-max-search-results: 6000 Just to mention that I have both mysql and ldap setting in my setup. Would be great if someone can advise me on this. Thanks in advance. -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
