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

[jira] [Created] (GUACAMOLE-961) LDAP docker, no new users

Teis Angel Clausen created GUACAMOLE-961:
--------------------------------------------

             Summary: LDAP docker, no new users
                 Key: GUACAMOLE-961
                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-961
             Project: Guacamole
          Issue Type: Bug
          Components: guacamole-auth-ldap
    Affects Versions: 1.1.0
         Environment: Official docker image
            Reporter: Teis Angel Clausen


When i add new users to the AD group i specified in my docker-compose file, they do not appear in the Guacamole user list.

Existing users, can still authenticate, and get access.

This worked fine in version 1.0.0, where i added the LDAP_USER_SEARCH_FILTER parameter to the start.sh file, from pull request GUACAMOLE-688.

I don't see any obvious errors in the logs

This is my LDAP options

LDAP_HOSTNAME: LDAP_SERVER
 LDAP_USER_BASE_DN: "DC=job,DC=dk"
 LDAP_USERNAME_ATTRIBUTE: sAMAccountName
 LDAP_SEARCH_BIND_DN: "CN=sa_guaca,OU=Users,OU=Service Accounts,OU=Job.dk Users,DC=job,DC=dk"
 LDAP_SEARCH_BIND_PASSWORD: SOME_PASSWORD
 # LDAP_USER_SEARCH_FILTER: "(memberOf=CN=guaca,OU=Job.dk Groups,DC=job,DC=dk)"
 LDAP_USER_SEARCH_FILTER: "(&(objectClass=*)(memberOf=CN=guaca,OU=Job.dk Groups,DC=job,DC=dk))"



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