mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-20 05:43:01 -05:00
monitor objectclass definition
This commit is contained in:
parent
b5b198535c
commit
ea86a19460
2 changed files with 6 additions and 0 deletions
|
|
@ -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…
Reference in a new issue