object class IETF / IANA
1.3.6.1.1.1.2.0
posixAccount
The auxiliary class that turns a directory entry into a Unix login: uidNumber, gidNumber, homeDirectory, and a login name. Auxiliary is the word that matters; you hang it on a person entry like inetOrgPerson rather than using it alone. This is the class SSSD reads to answer getpwnam.
- OID
1.3.6.1.1.1.2.0- Name
- posixAccount
- Kind
- object class
- Arcwho allocated the number
- IETF / IANA 1.3.6.1.1
Schema
- Type
- auxiliary
- Superior
- top
- Must (5)
- cn, uid, uidNumber, gidNumber, homeDirectory
- May (4)
- userPassword, loginShell, gecos, description
Definition
objectclass ( 1.3.6.1.1.1.2.0 NAME 'posixAccount' DESC 'Abstraction of an account with POSIX attributes' SUP top AUXILIARY MUST ( cn $ uid $ uidNumber $ gidNumber $ homeDirectory ) MAY ( userPassword $ loginShell $ gecos $ description ) )Appears in: OpenLDAP nis.schema, Active Directory schema. Primary source. Spotted an error? Tell me.