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

[jira] [Created] (GUACAMOLE-1287) LDAP groups from AD without members

Daniele created GUACAMOLE-1287:
----------------------------------

             Summary: LDAP groups from AD without members
                 Key: GUACAMOLE-1287
                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-1287
             Project: Guacamole
          Issue Type: Bug
          Components: guacamole-auth-ldap
    Affects Versions: 1.3.0
         Environment: Ubuntu 20.0.4, MySQL 8.0.23, PHP7.4, Guacamole 1.3.0
            Reporter: Daniele
             Fix For: 1.4.0, 1.3.0
         Attachments: Immagine 2021-02-14 160135.jpg

Once LDAP authentication has been configured against AD, LDAP groups are empty, i.e. without members.

This is my configuration:

 

#LDAP properties
ldap-hostname a.b.c.d
ldap-port 389
ldap-encryption-method none
ldap-search-bind-dn CN=Ldap_int,OU=Services,DC=contoso,DC=com
ldap-search-bind-password XXXXXXXXXXXXXXXXXXXX
ldap-user-base-dn OU=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
ldap-dereference-aliases always
ldap-follow-referrals true
ldap-member-attribute member
ldap-member-attribute-type dn

 



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