1999-10-06 08:04:04 +08:00
|
|
|
# $OpenLDAP$
|
2003-11-29 04:24:54 +08:00
|
|
|
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
|
|
|
##
|
2007-01-03 04:00:42 +08:00
|
|
|
## Copyright 1998-2007 The OpenLDAP Foundation.
|
2003-11-29 04:24:54 +08:00
|
|
|
## All rights reserved.
|
|
|
|
##
|
|
|
|
## Redistribution and use in source and binary forms, with or without
|
|
|
|
## modification, are permitted only as authorized by the OpenLDAP
|
|
|
|
## Public License.
|
|
|
|
##
|
|
|
|
## A copy of this license is available in the file LICENSE in the
|
|
|
|
## top-level directory of the distribution or, alternatively, at
|
|
|
|
## <http://www.OpenLDAP.org/license.html>.
|
|
|
|
|
1999-10-06 08:04:04 +08:00
|
|
|
#
|
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-27 04:24:52 +08:00
|
|
|
# These are provided for informational purposes only.
|
2000-05-31 08:47:40 +08:00
|
|
|
|
2001-12-08 08:36:11 +08: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-31 08:47:40 +08:00
|
|
|
DESC 'OpenLDAP Organizational Object'
|
2000-06-20 11:15:48 +08:00
|
|
|
SUP organization
|
2005-03-04 19:35:37 +08:00
|
|
|
MAY ( buildingName $ displayName $ labeledURI ) )
|
2000-05-31 08:47:40 +08:00
|
|
|
|
2001-12-08 08:36:11 +08:00
|
|
|
objectClass ( OpenLDAPobjectClass:4
|
|
|
|
NAME 'OpenLDAPou'
|
2000-06-20 11:15:48 +08:00
|
|
|
DESC 'OpenLDAP Organizational Unit Object'
|
|
|
|
SUP organizationalUnit
|
2000-10-10 09:07:39 +08:00
|
|
|
MAY ( buildingName $ displayName $ labeledURI $ o ) )
|
2000-06-20 11:15:48 +08:00
|
|
|
|
2001-12-08 08:36:11 +08:00
|
|
|
objectClass ( OpenLDAPobjectClass: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 )
|
2005-03-05 01:33:26 +08:00
|
|
|
MAY ( givenName $ labeledURI $ o ) )
|
2000-05-31 08:47:40 +08:00
|
|
|
|
2001-12-08 08:36:11 +08:00
|
|
|
objectClass ( OpenLDAPobjectClass: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 )
|