You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@guacamole.apache.org by "Mike Jumper (Jira)" <ji...@apache.org> on 2020/02/24 19:59:00 UTC

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

    [ https://issues.apache.org/jira/browse/GUACAMOLE-961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17043800#comment-17043800 ] 

Mike Jumper edited comment on GUACAMOLE-961 at 2/24/20 7:58 PM:
----------------------------------------------------------------

Closing this in favor of the mailing list thread. [~angelfreak], should this turn out to be a bug after all, feel free to comment or reopen the issue.


was (Author: mike.jumper):
Closing this in favor of the mailing list thread. @reporter, should this turn out to be a bug after all, feel free to comment or reopen the issue.

> 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
>            Priority: Trivial
>
> 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
> I tried both:
> 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)