Uploaded image for project: 'Guacamole'
  1. Guacamole
  2. GUACAMOLE-1100

LDAP authentication DNs encoding

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.0.0, 1.1.0, 1.2.0
    • None
    • guacamole-auth-ldap
    • None
    • Tested with docker images 1.0.0 and 1.1.0

    Description

      Guacamole can not authenticate against ldap if ldap-user-base-dn contains accentuated characters. Somebody already reported this on jira.glyptodon.com

      For instance using docker config env:

      LDAP_SEARCH_BIND_DN=CN=some_user,OU=Systeme,OU=Département X,OU=Sciences et Technologies,DC=example,DC=org

      I got:

      ERROR o.a.g.a.l.AuthenticationProviderService - Unable to bind using search DN "CN=some_user,OU=Systeme,OU=Département X,OU=Sciences et Technologies,DC=example,DC=org"
      

      And as mentioned in GUAC-1570 on jira.glyptodon.com:

      docker-compose logs --tail=100 --no-color | grep 'Unable to bind using search DN' | iconv -f utf8 -t iso-8859-1
      web | 10:03:47.792 [http-nio-8080-exec-10] ERROR o.a.g.a.l.AuthenticationProviderService - Unable to bind using search DN "CN=some_user,OU=Systeme,OU=Département X,OU=Sciences et Technologies,DC=example,DC=org"
      

       Using " LDAP_SEARCH_BIND_DN=some_user " with 1.0.0 is fine, but not possible with1.1.0 because of 944.

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            kaliko kaliko
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: