1999-10-06 08:04:04 +08:00
|
|
|
# $OpenLDAP$
|
|
|
|
#
|
2000-05-31 08:13:10 +08:00
|
|
|
# OpenLDAP Project's directory schema items
|
1999-10-06 08:04:04 +08:00
|
|
|
#
|
2000-05-31 08:47:40 +08:00
|
|
|
# depends upon:
|
|
|
|
# core.schema
|
|
|
|
# cosine.schema
|
|
|
|
# inetorgperson.schema
|
|
|
|
#
|
|
|
|
|
2000-08-22 05:50:30 +08:00
|
|
|
objectClass ( 1.3.6.1.4.1.4203.1.4.3 NAME 'OpenLDAPorg'
|
2000-05-31 08:47:40 +08:00
|
|
|
DESC 'OpenLDAP Organizational Object'
|
2000-06-20 11:15:48 +08:00
|
|
|
SUP organization
|
|
|
|
MAY ( authPassword $ buildingName $ displayName $ labeledURI ) )
|
2000-05-31 08:47:40 +08:00
|
|
|
|
2000-08-22 05:50:30 +08:00
|
|
|
objectClass ( 1.3.6.1.4.1.4203.1.4.4 NAME 'OpenLDAPou'
|
2000-06-20 11:15:48 +08:00
|
|
|
DESC 'OpenLDAP Organizational Unit Object'
|
|
|
|
SUP organizationalUnit
|
|
|
|
MAY ( authPassword $ buildingName $ displayName $ labeledURI $ o ) )
|
|
|
|
|
2000-08-22 05:50:30 +08:00
|
|
|
objectClass ( 1.3.6.1.4.1.4203.1.4.5 NAME 'OpenLDAPperson'
|
2000-05-31 08:47:40 +08:00
|
|
|
DESC 'OpenLDAP Person'
|
2000-06-20 10:46:45 +08:00
|
|
|
SUP ( pilotPerson $ inetOrgPerson )
|
2000-05-31 08:47:40 +08:00
|
|
|
MUST ( uid $ cn )
|
2000-06-20 11:15:48 +08:00
|
|
|
MAY ( authPassword $ givenName $ labeledURI $ o ) )
|
2000-05-31 08:47:40 +08:00
|
|
|
|
2000-08-22 05:50:30 +08:00
|
|
|
objectClass ( 1.3.6.1.4.1.4203.1.4.6 NAME 'OpenLDAPdisplayableObject'
|
2000-06-20 00:11:27 +08:00
|
|
|
DESC 'OpenLDAP Displayable Object'
|
2000-05-31 08:47:40 +08:00
|
|
|
MAY displayName AUXILIARY )
|
|
|
|
|