123456789101112131415161718 |
- include /etc/openldap/schema/core.schema
- include /etc/openldap/schema/cosine.schema
- include /etc/openldap/schema/inetorgperson.schema
- objectClass ( 1.3.6.1.4.1.9998.2.1.1 NAME 'sharixAccount'
- SUP inetOrgPerson
- DESC 'Пользователь с дополнительными атрибутами'
- STRUCTURAL
- MUST ( uid $ givenName $ displayName $ mail $ telephoneNumber )
- MAY ( jpegPhoto $ initials $ userPassword ) )
- objectClass ( 1.3.6.1.4.1.9998.2.1.2 NAME 'handlerAccount'
- SUP inetOrgPerson
- DESC 'Пользователь для обработчиков'
- STRUCTURAL
- MUST ( uid $ userPassword $ displayName ) )
|