mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-20 22:03:45 -05:00
Fix minor bugs
This commit is contained in:
parent
463cc5479f
commit
1f0e50f285
1 changed files with 5 additions and 5 deletions
|
|
@ -8,18 +8,18 @@
|
|||
# inetorgperson.schema
|
||||
#
|
||||
|
||||
objectClass: ( 1.3.6.1.4.1.4203.666.3.3 NAME 'OpenLDAPorg'
|
||||
objectClass ( 1.3.6.1.4.1.4203.666.3.3 NAME 'OpenLDAPorg'
|
||||
DESC 'OpenLDAP Organizational Object'
|
||||
SUP pilotOrganization
|
||||
SUP pilotOrganization
|
||||
MAY ( authPassword $ displayName $ labeledURI ) )
|
||||
|
||||
objectClass: ( 1.3.6.1.4.1.4203.666.3.4 NAME 'OpenLDAPperson'
|
||||
objectClass ( 1.3.6.1.4.1.4203.666.3.4 NAME 'OpenLDAPperson'
|
||||
DESC 'OpenLDAP Person'
|
||||
SUP ( pilotPerson inetOrgPerson )
|
||||
SUP ( pilotPerson $ inetOrgPerson )
|
||||
MUST ( uid $ cn )
|
||||
MAY ( authPassword $ givenName $ labeledURI $ o $ ou ) )
|
||||
|
||||
objectClass: ( 1.3.6.1.4.1.4203.666.3.5 NAME 'OpenLDAPdisplayableObject'
|
||||
objectClass ( 1.3.6.1.4.1.4203.666.3.5 NAME 'OpenLDAPdisplayableObject'
|
||||
DESC 'OpenLDAP Displayable Object'
|
||||
MAY displayName AUXILIARY )
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue