From: Kurt Zeilenga Date: Sat, 24 Jul 1999 02:22:14 +0000 (+0000) Subject: Move subschemasubentry from "no-user-mod operational" to "operational" X-Git-Tag: OPENLDAP_REL_ENG_2_BP~38 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=06b667b8c629a7187c6c51ac4c277b49c2e90f7c;p=openldap Move subschemasubentry from "no-user-mod operational" to "operational" as it's not stored the directory. --- diff --git a/servers/slapd/schema.c b/servers/slapd/schema.c index 4c6fe9307e..8c5b5f7493 100644 --- a/servers/slapd/schema.c +++ b/servers/slapd/schema.c @@ -134,8 +134,8 @@ static char *oc_usermod_attrs[] = { static char *oc_operational_attrs[] = { /* - * these are operational attributes that *could* be - * modified by users if we supported such. + * these are operational attributes + * most could be user modifiable */ "objectClasses", "attributeTypes", @@ -150,6 +150,7 @@ static char *oc_operational_attrs[] = { "supportedControl", "supportedSASLMechanisms", "supportedLDAPversion", + "subschemaSubentry", /* NO USER MOD */ NULL }; @@ -158,6 +159,7 @@ static char *oc_operational_attrs[] = { static char *oc_no_usermod_attrs[] = { /* * Operational and 'no user modification' attributes + * which are STORED in the directory server. */ /* RFC2252, 3.2.1 */ @@ -165,7 +167,6 @@ static char *oc_no_usermod_attrs[] = { "createTimestamp", "modifiersName", "modifyTimestamp", - "subschemaSubentry", NULL };