mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 11:39:34 -05:00
Add project public directory schema
This commit is contained in:
parent
9ede22dcd3
commit
14663e1733
1 changed files with 21 additions and 0 deletions
|
|
@ -2,3 +2,24 @@
|
|||
#
|
||||
# OpenLDAP Project's directory schema items
|
||||
#
|
||||
# depends upon:
|
||||
# core.schema
|
||||
# cosine.schema
|
||||
# inetorgperson.schema
|
||||
#
|
||||
|
||||
objectClass: ( 1.3.6.1.4.1.4203.666.3.3 NAME 'OpenLDAPorg'
|
||||
DESC 'OpenLDAP Organizational Object'
|
||||
SUP pilotOrganization
|
||||
MAY ( authPassword $ displayName $ labeledURI ) )
|
||||
|
||||
objectClass: ( 1.3.6.1.4.1.4203.666.3.4 NAME 'OpenLDAPperson'
|
||||
DESC 'OpenLDAP Person'
|
||||
SUP ( pilotPerson inetOrgPerson )
|
||||
MUST ( uid $ cn )
|
||||
MAY ( authPassword $ givenName $ labeledURI $ o $ ou ) )
|
||||
|
||||
objectClass: ( 1.3.6.1.4.1.4203.666.3.5 NAME 'displayableObject'
|
||||
DESC 'A Displayable Object'
|
||||
MAY displayName AUXILIARY )
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue