The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::LDAP::ObjectClass::OrganizationalUnit - schema of organizationalUnit

DEFINITION

    objectclass (
        2.5.6.5
        NAME 'organizationalUnit'
        DESC 'RFC2256: an organizational unit'
        SUP top
        STRUCTURAL
        MUST ou
        MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $
              x121Address $ registeredAddress $ destinationIndicator $
              preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $
              telephoneNumber $ internationaliSDNNumber $
              facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $
              postalAddress $ physicalDeliveryOfficeName $ st $ l $ description
        )
    )