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",
"supportedControl",
"supportedSASLMechanisms",
"supportedLDAPversion",
+ "subschemaSubentry", /* NO USER MOD */
NULL
};
static char *oc_no_usermod_attrs[] = {
/*
* Operational and 'no user modification' attributes
+ * which are STORED in the directory server.
*/
/* RFC2252, 3.2.1 */
"createTimestamp",
"modifiersName",
"modifyTimestamp",
- "subschemaSubentry",
NULL
};