On Tue, Apr 28, 2020 at 10:54 AM Fabio Corsi < [email protected]> wrote:
> I’m also still waiting to hear something about this problem. My post dated > March 2, 2020 summarizes the problem and provides my LDAP log entries. > Happy to repost if that makes it easier to find. > Many thanks! I'm using the staging/1.2.0 code with the following LDAP configuration: ldap-hostname: ldap.example.com ldap-port: 389 ldap-encryption-method: none ldap-search-bind-dn: CN=Guac_Search_User,OU=IT,DC=example,DC=com ldap-search-bind-password: T0p$ecret ldap-user-base-dn: dc=example,dc=com ldap-group-base-dn: ou=Guacamole_Groups,ou=Groups,ou=IT,dc=example,dc=com ldap-username-attribute: sAMAccountName ldap-user-search-filter: (&(objectClass=user)(memberOf=CN=Guacamole_Users,OU=Guacamole_Groups,OU=Groups,OU=IT,DC=example,DC=com)) ldap-follow-referrals: false This works fine for me - I'm authenticating against Active Directory, and when I log in with my LDAP account I can see both the users and groups from LDAP. Groups are only the ones listed in the ldap-group-base-dn search base, above, and users are the only ones that are a member of the group listed in the search filter. -Nick
