groupOfNames
GroupOfNames is a standard LDAP/X.500 directory service object class used to represent a group as a collection of entries identified by their distinguished names (DNs). In LDAP schemas, an entry with the objectClass groupOfNames typically exposes the member attribute, which is multivalued and MUST be present. Each value of member is the DN of a directory entry that belongs to the group. The object class does not mandate a specific naming attribute for the group entry, though in practice many implementations name groups with a common name (cn).
Groups of this type are widely supported by RFC-based LDAP directories such as OpenLDAP and are used
Management is performed by LDAP modify operations on the member attribute, such as adding or removing values.
Limitations include the fact that membership is expressed as DNs, so moving or renaming member entries can