I'm using guacamole 1.3.0 for ldap authentication and migration of users.
after configuration I get this in logs
ERROR o.a.g.a.l.AuthenticationProviderService - Unable to bind using search
DN "CN=guacldap,OU=IT,OU=DSCC,DC=dccil,DC=local"

my guacamole.properties file is:
# MySQL properties
mysql-hostname: 127.0.0.1
mysql-port: 3306
mysql-database: guacamole_db
mysql-username: guacamole_user
mysql-password: ****


# LDAP properties
ldap-hostname: 206.16.62.131
ldap-port: 389
ldap-user-base-dn: OU=IT,OU=DSCC,DC=dccil,DC=local
ldap-encryption-method: none
ldap-search-bind-dn: CN=guacldap,OU=IT,OU=DSCC,DC=dccil,DC=local
ldap-username-attribute: sAMAccountName
ldap-search-bind-password: ********

Reply via email to