posixGroup
posixGroup is an LDAP object class defined by RFC 2307 for representing POSIX-style groups in directory services. It is designed to model the POSIX concept of a group with a numeric group ID and a set of members, enabling UNIX-like systems to retrieve group information from a directory.
Key attributes and structure: The essential attribute for a posixGroup is gidNumber, which stores the group's
Usage and interoperability: posixGroup is commonly used alongside posixAccount entries to manage UNIX-like users and groups
Considerations: Implementations may vary between directory servers. Some environments prefer memberUid for simplicity, while others use
See also: RFC 2307; RFC 2307bis; LDAP; POSIX; group membership.