NAME

App::LDAP::ObjectClass::ShadowAccount - schema of shadowAccount

DEFINITION

objectclass (
    1.3.6.1.1.1.2.1
    NAME 'shadowAccount'
    DESC 'Additional attributes for shadow passwords'
    SUP top
    AUXILIARY
    MUST uid
    MAY ( userPassword $ shadowLastChange $ shadowMin $
          shadowMax $ shadowWarning $ shadowInactive $
          shadowExpire $ shadowFlag $ description )
)