memberUid
memberUid is an LDAP attribute used to enumerate the user identifiers that belong to a POSIX-style group. It is commonly defined in the posixGroup object class as part of RFC 2307 schemas. The attribute is multi-valued and stores identity strings that correspond to user accounts’ login names (the UID), such as alice or jdoe. Unlike membership attributes that store full distinguished names of user entries, memberUid holds simple UID strings.
memberUid is used to represent group membership in environments that follow UNIX and POSIX conventions. In
Each value of memberUid should match the uid attribute of a corresponding user entry. LDAP servers do
dn: cn=developers,ou=Groups,dc=example,dc=com
Some schemas use groupOfNames (which stores DNs in the member attribute) as an alternative to memberUid.
posixGroup, uid, RFC 2307, group membership attributes, member (DN-based).