]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/schema/openldap.schema
Add ITS#876 nisSchema
[openldap] / servers / slapd / schema / openldap.schema
index 778ee9d2ca2a19c308bc8f40b7c69577abc23eaf..ead55a7c5a52c210931b98b8d195b8deea009fb6 100644 (file)
@@ -1,25 +1,31 @@
 # $OpenLDAP$
 #
-# This file contains schema items specific to OpenLDAP software.
+# OpenLDAP Project's directory schema items
 #
-
-#
-# This file *should* only depend upon core.schema
+# depends upon:
+#      core.schema
+#      cosine.schema
+#      inetorgperson.schema
 #
+# These are provided for informational purposes only.
 
-# 
-# slapd cn=monitor items
-#
+objectClass ( 1.3.6.1.4.1.4203.1.4.3 NAME 'OpenLDAPorg'
+       DESC 'OpenLDAP Organizational Object'
+       SUP organization
+       MAY ( buildingName $ displayName $ labeledURI ) )
 
-# 
-# slapd cn=config items
-#
+objectClass ( 1.3.6.1.4.1.4203.1.4.4 NAME 'OpenLDAPou'
+       DESC 'OpenLDAP Organizational Unit Object'
+       SUP organizationalUnit
+       MAY ( buildingName $ displayName $ labeledURI $ o ) )
 
-#
-# other slapd items
-#
-attributetype ( 1.3.6.1.4.1.4203.666.1.3  NAME 'entry' SUP name
-      SINGLE-VALUE NO-USER-MODIFICATION USAGE dSAOperation )
+objectClass ( 1.3.6.1.4.1.4203.1.4.5 NAME 'OpenLDAPperson'
+       DESC 'OpenLDAP Person'
+       SUP ( pilotPerson $ inetOrgPerson )
+       MUST ( uid $ cn )
+       MAY ( givenName $ labeledURI $ o ) )
+
+objectClass ( 1.3.6.1.4.1.4203.1.4.6 NAME 'OpenLDAPdisplayableObject'
+       DESC 'OpenLDAP Displayable Object'
+       MAY displayName AUXILIARY )
 
-attributetype ( 1.3.6.1.4.1.4203.666.1.4 childrenOID NAME 'children' SUP name
-      SINGLE-VALUE NO-USER-MODIFICATION USAGE dSAOperation )