You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@guacamole.apache.org by "Daniele (Jira)" <ji...@apache.org> on 2021/02/21 11:01:00 UTC

[jira] [Created] (GUACAMOLE-1294) LDAP auth works, but the list of users is not updated

Daniele created GUACAMOLE-1294:
----------------------------------

             Summary: LDAP auth works, but the list of users is not updated
                 Key: GUACAMOLE-1294
                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-1294
             Project: Guacamole
          Issue Type: Bug
          Components: guacamole-auth-ldap
    Affects Versions: 1.3.0
         Environment: Ubuntu 20.04
Guacamole 1.3.0
Tomcat 9
MySQL 8
Openjdk 8
            Reporter: Daniele
             Fix For: 1.4.0, 1.3.0
         Attachments: Expected.jpg, Wrong.jpg

I updated Guacamole step by step from version 0.9.14 to version 1.3.0.

I use LDAP auth. This is the configuration:

#LDAP properties
ldap-hostname a.b.c.d
ldap-port 389
ldap-encryption-method none
ldap-search-bind-dn CN=Administrator,CN=Users,DC=contoso,DC=com
ldap-search-bind-password XXXXXXXXXXXXXXX
ldap-user-base-dn DC=Users,DC=contoso,DC=com
ldap-username-attribute sAMAccountName
ldap-user-search-filter (objectClass=user)
ldap-group-base-dn OU=Groups,DC=contoso,DC=com
ldap-group-name-attribute cn

I can login using LDAP credentials BUT ldap users does not appears in users management.

I need to add MANUALLY the users with the same username in order to manage them.

Besides when I enter the user configuration page I cannot see the expected authentication labels (see attachments)

Apparently there are not errors in log files.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)