LDAP: How get all users belongs to a group.

sajuptpm sajuptpm at gmail.com
Sat Jun 25 03:08:17 EDT 2011


results = ldapClient.search_s("cn=My-Group-1,ou=Groups,o=CUST",
ldap.SCOPE_BASE)

Is this method work for all types of groups (groupOfNames,
posixGroup) ???

have to implement user search/fetch separately for each groups ???



More information about the Python-list mailing list