Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
83212279
Commit
83212279
authored
Apr 12, 2003
by
Kurt Zeilenga
Browse files
Fix OIDs
parent
5821fb52
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-monitor/init.c
View file @
83212279
...
...
@@ -260,27 +260,27 @@ monitor_back_db_init(
"DESC 'monitor container class' "
"SUP monitor STRUCTURAL )"
,
offsetof
(
struct
monitorinfo
,
monitor_oc_monitorContainer
)
},
{
"monitorCounter"
,
"( 1.3.6.1.4.1.4203.666.3.
8
"
{
"monitorCounter"
,
"( 1.3.6.1.4.1.4203.666.3.
9
"
"NAME 'monitorCounter' "
"DESC 'monitor counter class' "
"SUP monitor STRUCTURAL )"
,
offsetof
(
struct
monitorinfo
,
monitor_oc_monitorCounter
)
},
{
"monitorOperation"
,
"( 1.3.6.1.4.1.4203.666.3.
9
"
{
"monitorOperation"
,
"( 1.3.6.1.4.1.4203.666.3.
10
"
"NAME 'monitorOperation' "
"DESC 'monitor operation class' "
"SUP monitor STRUCTURAL )"
,
offsetof
(
struct
monitorinfo
,
monitor_oc_monitorOperation
)
},
{
"monitorConnection"
,
"( 1.3.6.1.4.1.4203.666.3.1
0
"
{
"monitorConnection"
,
"( 1.3.6.1.4.1.4203.666.3.1
1
"
"NAME 'monitorConnection' "
"DESC 'monitor connection class' "
"SUP monitor STRUCTURAL )"
,
offsetof
(
struct
monitorinfo
,
monitor_oc_monitorConnection
)
},
{
"managedObject"
,
"( 1.3.6.1.4.1.4203.666.3.1
1
"
{
"managedObject"
,
"( 1.3.6.1.4.1.4203.666.3.1
2
"
"NAME 'managedObject' "
"DESC 'monitor managed entity class' "
"SUP monitor STRUCTURAL )"
,
offsetof
(
struct
monitorinfo
,
monitor_oc_managedObject
)
},
{
"monitoredObject"
,
"( 1.3.6.1.4.1.4203.666.3.1
2
"
{
"monitoredObject"
,
"( 1.3.6.1.4.1.4203.666.3.1
3
"
"NAME 'monitoredObject' "
"DESC 'monitor monitored entity class' "
"SUP monitor STRUCTURAL )"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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