The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::LDAP::ObjectClass::Person - schema of person

DEFINITION

    objectclass (
        2.5.6.6
        NAME 'person'
        DESC 'RFC2256: a person'
        SUP top
        STRUCTURAL
        MUST ( sn $ cn )
        MAY ( userPassword $ telephoneNumber $ seeAlso $ description )
    )