mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Fix OIDs
This commit is contained in:
parent
5821fb5251
commit
8321227972
@ -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.10 "
|
||||
{ "monitorConnection", "( 1.3.6.1.4.1.4203.666.3.11 "
|
||||
"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.11 "
|
||||
{ "managedObject", "( 1.3.6.1.4.1.4203.666.3.12 "
|
||||
"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.12 "
|
||||
{ "monitoredObject", "( 1.3.6.1.4.1.4203.666.3.13 "
|
||||
"NAME 'monitoredObject' "
|
||||
"DESC 'monitor monitored entity class' "
|
||||
"SUP monitor STRUCTURAL )",
|
||||
|
Loading…
Reference in New Issue
Block a user