1999-10-05 20:04:04 -04:00
|
|
|
# $OpenLDAP$
|
|
|
|
|
#
|
2000-05-30 20:13:10 -04:00
|
|
|
# OpenLDAP Project's directory schema items
|
1999-10-05 20:04:04 -04:00
|
|
|
#
|
2000-05-30 20:47:40 -04:00
|
|
|
# depends upon:
|
|
|
|
|
# core.schema
|
|
|
|
|
# cosine.schema
|
|
|
|
|
# inetorgperson.schema
|
|
|
|
|
#
|
2000-08-26 16:24:52 -04:00
|
|
|
# These are provided for informational purposes only.
|
2000-05-30 20:47:40 -04:00
|
|
|
|
2001-12-07 19:36:11 -05:00
|
|
|
objectIdentifier OpenLDAProot 1.3.6.1.4.1.4203
|
|
|
|
|
|
|
|
|
|
objectIdentifier OpenLDAP OpenLDAProot:1
|
|
|
|
|
objectIdentifier OpenLDAPattributeType OpenLDAP:3
|
|
|
|
|
objectIdentifier OpenLDAPobjectClass OpenLDAP:4
|
|
|
|
|
|
|
|
|
|
objectClass ( OpenLDAPobjectClass:3
|
|
|
|
|
NAME 'OpenLDAPorg'
|
2000-05-30 20:47:40 -04:00
|
|
|
DESC 'OpenLDAP Organizational Object'
|
2000-06-19 23:15:48 -04:00
|
|
|
SUP organization
|
2000-10-09 21:07:39 -04:00
|
|
|
MAY ( buildingName $ displayName $ labeledURI ) )
|
2000-05-30 20:47:40 -04:00
|
|
|
|
2001-12-07 19:36:11 -05:00
|
|
|
objectClass ( OpenLDAPobjectClass:4
|
|
|
|
|
NAME 'OpenLDAPou'
|
2000-06-19 23:15:48 -04:00
|
|
|
DESC 'OpenLDAP Organizational Unit Object'
|
|
|
|
|
SUP organizationalUnit
|
2000-10-09 21:07:39 -04:00
|
|
|
MAY ( buildingName $ displayName $ labeledURI $ o ) )
|
2000-06-19 23:15:48 -04:00
|
|
|
|
2001-12-07 19:36:11 -05:00
|
|
|
objectClass ( OpenLDAPobjectClass:5
|
|
|
|
|
NAME 'OpenLDAPperson'
|
2000-05-30 20:47:40 -04:00
|
|
|
DESC 'OpenLDAP Person'
|
2000-06-19 22:46:45 -04:00
|
|
|
SUP ( pilotPerson $ inetOrgPerson )
|
2000-05-30 20:47:40 -04:00
|
|
|
MUST ( uid $ cn )
|
2000-10-09 21:07:39 -04:00
|
|
|
MAY ( givenName $ labeledURI $ o ) )
|
2000-05-30 20:47:40 -04:00
|
|
|
|
2001-12-07 19:36:11 -05:00
|
|
|
objectClass ( OpenLDAPobjectClass:6
|
|
|
|
|
NAME 'OpenLDAPdisplayableObject'
|
2000-06-19 12:11:27 -04:00
|
|
|
DESC 'OpenLDAP Displayable Object'
|
2000-05-30 20:47:40 -04:00
|
|
|
MAY displayName AUXILIARY )
|