mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-13 14:27:59 +08:00
monitor objectclass definition
This commit is contained in:
parent
b5b198535c
commit
ea86a19460
@ -166,6 +166,11 @@ static struct slap_schema_oc_map {
|
||||
"matchingRuleUse ) )",
|
||||
subentryObjectClass,
|
||||
offsetof(struct slap_internal_schema, si_oc_subschema) },
|
||||
{ "monitor", "( 1.3.6.1.4.1.4203.666.3.2 NAME 'monitor' "
|
||||
"DESC 'OpenLDAP system monitoring' "
|
||||
"STRUCTURAL "
|
||||
"MUST cn )",
|
||||
0, offsetof(struct slap_internal_schema, si_oc_monitor) },
|
||||
{ "collectiveAttributes", "( 2.5.20.2 "
|
||||
"NAME 'collectiveAttributes' "
|
||||
"AUXILIARY )",
|
||||
|
@ -518,6 +518,7 @@ struct slap_internal_schema {
|
||||
ObjectClass *si_oc_rootdse;
|
||||
ObjectClass *si_oc_subentry;
|
||||
ObjectClass *si_oc_subschema;
|
||||
ObjectClass *si_oc_monitor;
|
||||
ObjectClass *si_oc_collectiveAttributes;
|
||||
ObjectClass *si_oc_dynamicObject;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user