Skip to content
Snippets Groups Projects
Commit ea86a194 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

monitor objectclass definition

parent b5b19853
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment