Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
ea86a194
Commit
ea86a194
authored
Jan 12, 2002
by
Pierangelo Masarati
Browse files
monitor objectclass definition
parent
b5b19853
Changes
2
Hide whitespace changes
Inline
Side-by-side
servers/slapd/schema_prep.c
View file @
ea86a194
...
...
@@ -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 )"
,
...
...
servers/slapd/slap.h
View file @
ea86a194
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment