From: Kurt Zeilenga Date: Mon, 22 Sep 2003 05:49:35 +0000 (+0000) Subject: Schema updates from HEAD X-Git-Tag: OPENLDAP_REL_ENG_2_2_1BETA~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=72c91a4bd7a9217a6a52c84939f3140310ad56a9;p=openldap Schema updates from HEAD --- diff --git a/servers/slapd/schema/core.schema b/servers/slapd/schema/core.schema index 09df2d29d2..60315d27e2 100644 --- a/servers/slapd/schema/core.schema +++ b/servers/slapd/schema/core.schema @@ -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 index 0000000000..ae202f5d43 --- /dev/null +++ b/servers/slapd/schema/dyngroup.schema @@ -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 ) )