Score:0

openldap searchIng memberOf group ( overlay groupOfUniqueNames )

ng flag

Struggling with retrieving all memberOf a group, even though memberOf shows up when querying the user(s) and also shows when displaying the group.

(1) When searching the user it shows memberOf of the group

ldapsearch -LLL -Y EXTERNAL -H ldapi:/// -b "dc=ldapmaster,dc=guarani,dc=com" cn=cissys memberOf

dn: cn=cissys,ou=systemacct,dc=ldapmaster,dc=guarani,dc=com

memberOf: cn=cisusers,ou=groups,dc=ldapmaster,dc=guarani,dc=com

(2) Group display shows its members

dn: cn=cisusers,ou=groups,dc=ldapmaster,dc=guarani,dc=com

objectClass: groupOfUniqueNames

cn: cisusers

description: IT security group

uniqueMember: cn=cissys,ou=systemacct,dc=ldapmaster,dc=guarani,dc=com

(3) ISSUE - When I search from ldap browser or command line

Search DN: dc=ldapmaster,dc=guarani,dc=com

Filter: (&(objectClass=systemacct)(memberOf=cn=cisusers,ou=groups,dc=ldapmaster,dc=guarani,dc=com))

RETURNS NULL, but it should return the "cn=cissys"

cn flag
Might be a dumb question, but is the account defininitely of `objectClass=systemacct`?
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.