Hey 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<https://issues.apache.org/jira/browse/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))" If anyone can i help, i would greatly appreciate it. Best regards Teis<https://issues.apache.org/jira/browse/GUACAMOLE-961#>
