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::PosixGroup - schema of posixGroup

DEFINITION

objectclass (
    1.3.6.1.1.1.2.2
    NAME 'posixGroup'
    DESC 'Abstraction of a group of accounts'
    SUP top
    STRUCTURAL
    MUST ( cn $ gidNumber )
    MAY ( userPassword $ memberUid $ description )
)