mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Move subschemasubentry from "no-user-mod operational" to "operational"
as it's not stored the directory.
This commit is contained in:
parent
6ba2272321
commit
06b667b8c6
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue