]> git.sur5r.net Git - openldap/commitdiff
Schema updates from HEAD
authorKurt Zeilenga <kurt@openldap.org>
Mon, 22 Sep 2003 05:49:35 +0000 (05:49 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 22 Sep 2003 05:49:35 +0000 (05:49 +0000)
servers/slapd/schema/core.schema
servers/slapd/schema/dyngroup.schema [new file with mode: 0644]

index 09df2d29d2862dcb2b48d2300b3c2c019cebcbea..60315d27e276b7c4a72e11a446dfd5b41ae30f73 100644 (file)
@@ -467,11 +467,11 @@ objectclass ( 2.5.6.23 NAME 'deltaCRL'
 
 #
 # Standard Track URI label schema from RFC 2079
-#
-attributetype ( 1.3.6.1.4.1.250.1.57 NAME 'labeledURI'
-       DESC 'RFC2079: Uniform Resource Identifier with optional label'
-       EQUALITY caseExactMatch
-       SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
+# system schema
+#attributetype ( 1.3.6.1.4.1.250.1.57 NAME 'labeledURI'
+#      DESC 'RFC2079: Uniform Resource Identifier with optional label'
+#      EQUALITY caseExactMatch
+#      SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
 
 objectclass ( 1.3.6.1.4.1.250.3.15 NAME 'labeledURIObject'
        DESC 'RFC2079: object that contains the URI attribute type'
diff --git a/servers/slapd/schema/dyngroup.schema b/servers/slapd/schema/dyngroup.schema
new file mode 100644 (file)
index 0000000..ae202f5
--- /dev/null
@@ -0,0 +1,24 @@
+# $OpenLDAP$
+#
+# Dynamic Group schema, as defined by Netscape
+#
+# depends upon:
+#      core.schema
+
+objectIdentifier NetscapeRoot 2.16.840.1.113730
+
+objectIdentifier NetscapeLDAP NetscapeRoot:3
+objectIdentifier NetscapeLDAPattributeType NetscapeLDAP:1
+objectIdentifier NetscapeLDAPobjectClass NetscapeLDAP:2
+
+attributetype ( NetscapeLDAPattributeType:198
+       NAME 'memberURL'
+       DESC 'Identifies an URL associated with each member of a group. Any type of labeled URL can be used.'
+       SUP labeledURI )
+
+objectClass ( NetscapeLDAPobjectClass:33
+       NAME 'groupOfURLs'
+       SUP top STRUCTURAL
+       MUST cn
+       MAY ( memberURL $ businessCategory $ description $ o $ ou $
+               owner $ seeAlso ) )