Arsen Tonoyan created GUACAMOLE-1023:
----------------------------------------
Summary: LDAP authentication issue
Key: GUACAMOLE-1023
URL: https://issues.apache.org/jira/browse/GUACAMOLE-1023
Project: Guacamole
Issue Type: Bug
Components: guacamole-auth-ldap
Affects Versions: 1.1.0
Environment: Ubuntu 18.04
Reporter: Arsen Tonoyan
Attachments: catalina_debug_log
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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)