mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
fix schema (1.3.6.1.4.1.4203.666.3.13 for 'monitoredObject' was already assigned to 'lastmod')
This commit is contained in:
parent
ccc54a2994
commit
10ce37aa31
@ -800,7 +800,7 @@ monitor_back_db_init(
|
|||||||
"DESC 'monitor managed entity class' "
|
"DESC 'monitor managed entity class' "
|
||||||
"SUP monitor STRUCTURAL )", SLAP_OC_OPERATIONAL|SLAP_OC_HIDE,
|
"SUP monitor STRUCTURAL )", SLAP_OC_OPERATIONAL|SLAP_OC_HIDE,
|
||||||
offsetof(monitor_info_t, mi_oc_managedObject) },
|
offsetof(monitor_info_t, mi_oc_managedObject) },
|
||||||
{ "monitoredObject", "( 1.3.6.1.4.1.4203.666.3.13 "
|
{ "monitoredObject", "( 1.3.6.1.4.1.4203.666.3.14 "
|
||||||
"NAME 'monitoredObject' "
|
"NAME 'monitoredObject' "
|
||||||
"DESC 'monitor monitored entity class' "
|
"DESC 'monitor monitored entity class' "
|
||||||
"SUP monitor STRUCTURAL )", SLAP_OC_OPERATIONAL|SLAP_OC_HIDE,
|
"SUP monitor STRUCTURAL )", SLAP_OC_OPERATIONAL|SLAP_OC_HIDE,
|
||||||
|
Loading…
Reference in New Issue
Block a user