Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.1.0
-
None
-
None
-
Ubuntu 18.04
Description
Guacamole can not authenticate against ldap if ldap-user-base-dn or ldap-search-bind-dn contains non Latin symbols. In our case users in AD are placed in a tree of OUs which have cyrillic in their names.
In the guacamole.properties I have configuration for LDAP
#LDAP properties
ldap-hostname: 10.178.3.140
ldap-port: 389
ldap-user-base-dn: dc=ms,dc=hp
ldap-search-bind-dn: CN=ldap2,OU=ТестПоРусски,DC=ms,DC=hp
ldap-search-bind-password: ******
When I change the CN=ldap2,OU=ТестПоРусски,DC=ms,DC=hp to CN=ldap2,OU=TestInEnglish,DC=ms,DC=hp LDAP authentication going to work.