posixAccount
posixAccount is an LDAP directory objectClass used to store UNIX-like user account information in a directory service. Defined as part of RFC 2307, it is commonly used alongside other RFC 2307 schemas such as shadowAccount to provide POSIX-compatible account data for UNIX and Linux systems. In practice, posixAccount is typically applied as an auxiliary objectClass to entries that represent users, enabling the directory to serve as the central source of truth for UNIX account attributes.
Key attributes and requirements of posixAccount include a login name and numeric identifiers. The required attributes
Relation to other schema elements is important. posixAccount is often used in combination with inetOrgPerson or
Use cases and implications. posixAccount supports centralized identity management for heterogeneous environments, enabling consistent UID/GID mappings,
See also: RFC 2307, RFC 2307bis, OpenLDAP, NSS/PAM, shadowAccount.