From: Kurt Zeilenga Date: Wed, 19 Jan 2005 20:25:21 +0000 (+0000) Subject: Fix goof in last commit X-Git-Tag: OPENLDAP_REL_ENG_2_3_BP~325 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d8428387d46f1f7c58562657533e7ef14194807a;p=openldap Fix goof in last commit --- diff --git a/servers/slapd/schema_prep.c b/servers/slapd/schema_prep.c index d4decf4bc2..fbf322efbb 100644 --- a/servers/slapd/schema_prep.c +++ b/servers/slapd/schema_prep.c @@ -372,7 +372,8 @@ static struct slap_schema_oc_map { offsetof(struct slap_internal_schema, si_oc_subschema) }, #ifdef LDAP_COLLECTIVE_ATTRIBUTES { "collectiveAttributeSubentry", "( 2.5.17.2 " - "NAME 'RFC3671: collectiveAttributeSubentry' " + "NAME 'collectiveAttributeSubentry' " + "DESC 'RFC3671: collective attribute subentry' " "AUXILIARY )", subentryObjectClass, SLAP_OC_COLLECTIVEATTRIBUTESUBENTRY|SLAP_OC_OPERATIONAL|SLAP_OC_HIDE, @@ -512,6 +513,7 @@ static struct slap_schema_ad_map { #ifdef LDAP_COLLECTIVE_ATTRIBUTES { "collectiveAttributeSubentries", "( 2.5.18.12 " "NAME 'collectiveAttributeSubentries' " + "DESC 'RFC3671: collective attribute subentries' " "EQUALITY distinguishedNameMatch " "SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 " "NO-USER-MODIFICATION USAGE directoryOperation )", @@ -520,6 +522,7 @@ static struct slap_schema_ad_map { NULL, NULL, NULL, NULL, NULL, offsetof(struct slap_internal_schema, si_ad_collectiveSubentries) }, { "collectiveExclusions", "( 2.5.18.7 NAME 'collectiveExclusions' " + "DESC 'RFC3671: collective attribute exclusions' " "EQUALITY objectIdentifierMatch " "SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 " "USAGE directoryOperation )",