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

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

     [ https://issues.apache.org/jira/browse/GUACAMOLE-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Couchman updated GUACAMOLE-1294:
-------------------------------------
    Fix Version/s:     (was: 1.4.0)
                       (was: 1.3.0)

> 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
>            Priority: Major
>              Labels: ldap, list, login, users
>         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)