I was just wondering, for an LDAP structure, would it be possible for a group to have an organizational unit as a member? Or am I pretty much guaranteed that anything under a group object will either be a user or another group?
Also are the following guaranteed?
1) The parent of a user is either a group or organizational unit
2) The parent of a group is either a group or organizational unit
3) The parent of an organizational unit is a organizational unit or the root
Thanks, I’m still pretty new to LDAP.
Using the
groupOfUniqueNamesobjectClass, the optional multi-valued attributeuniqueMembermay be any valid distinguished name, including a distinguished name where the any or all of the RDN components areouororganizationalUnit.see also
note that some implementations of
groupOfUniqueNamesrequireuniqueMember, and others do not.