Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
1.1.0
-
None
-
None
Description
Hi guys, im burned out
Been struggling with this for 3 days. and so far nothing.
Im running Guacamole on Debian 10 with Nginx as a reverse proxy, working fine.
The thing is, it's impossible to auth LDAP with AD.
I have two directories (dont know if its good or bad, just followed official doc and other tutorials)
/etc/GUACAMOLE_HOME/
/lib
/extensions: guacamole-auth-jdbc-mysql-1.1.0.jar / guacamole-auth-ldap-1.1.0.jar / schema
/etc/guacamole/
/extensions guacamole-auth-jdbc-mysql-1.1.0.jar guacamole-auth-ldap-1.1.0 guacamole-auth-ldap-1.1.0.jar guacamole-auth-ldap-1.1.0.tar.gz
guacamole.properties
guacamole.war
/lib
logback.xml
user-mapping.xml
In guacamole.properties I configured LDAP properties with these params
- LDAP properties
ldap-hostname: ad domain
ldap-port: 389
ldap-user-base-dn:CN=Users,DC=domain,DC=local
ldap-username-attribute: CN
ldap-config-base-dn: CN=Users,DC=domain,DC=local
ldap-username-attribute: sAMAccountName
It only allows me to log in with guacadmin/guacadmin.
It's driving me nuts!! I dont know what else to read or where to search
If someone have any clue where to begin it'll be much much appreciated!