OUD12c - Searching "uniqueMember" does not Return Groups with Indirect Membership
(Doc ID 3038644.1)
Last updated on AUGUST 06, 2024
Applies to:
Oracle Unified Directory - Version 12.2.1.3 and laterInformation in this document applies to any platform.
ldapsearch using uniqueMember ldapsearch filter return only the groups where user is direct member. The indirect membership groups are not returned
Symptoms
ACTUAL BEHAVIOR
---------------
Searches for uniqueMember does not return groups with indirect membership
e.g.
$ ldapsearch -T -p -D "cn=" -w <password>-b "cn=virtualStatic,ou=Groups,<BASE_DN>" "(&(objectClass=groupOfUniqueNames)(uniqueMember=uid=<USERID>,ou=people,<BASE_DN>))" dn
dn:cn=virtualStatic,ou=Groups,<BASE_DN>
dn:cn=virtualStatic,ou=Groups,<BASE_DN>
where [USERID] is direct member of dynamic group used into virtual static group
$ ldapsearch -T -p<OUD_PORT> -D "cn=" -w <password> -b "cn=virtualStatic,ou=Groups,<BASE_DN>" "(&(objectClass=groupOfUniqueNames)(uniqueMember=uid=<USERID2>,ou=people,<BASE_DN>))" dn
=>> NO RESULT
where [USERID2] is indirect member of dynamic group used into virtual static group
Changes
No Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |