From 5ceb2e9601d2501d021d0c61188ec913076555a0 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Wed, 26 Sep 2007 12:21:02 +0000
Subject: [PATCH] Merge branches/temp-admin@3208 onto trunk@3208.
---
opends/src/admin/defn/org/opends/server/admin/std/MonitorProviderConfiguration.xml | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/MonitorProviderConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/MonitorProviderConfiguration.xml
index 7466bbb..928c702 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/MonitorProviderConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/MonitorProviderConfiguration.xml
@@ -43,7 +43,6 @@
<adm:profile name="ldap">
<ldap:object-class>
- <ldap:oid>1.3.6.1.4.1.26027.1.2.34</ldap:oid>
<ldap:name>ds-cfg-monitor-provider</ldap:name>
<ldap:superior>top</ldap:superior>
</ldap:object-class>
@@ -60,13 +59,12 @@
</adm:syntax>
<adm:profile name="ldap">
<ldap:attribute>
- <ldap:oid>1.3.6.1.4.1.26027.1.1.70</ldap:oid>
- <ldap:name>ds-cfg-monitor-provider-enabled</ldap:name>
+ <ldap:name>ds-cfg-enabled</ldap:name>
</ldap:attribute>
</adm:profile>
</adm:property>
- <adm:property name="monitor-class" mandatory="true">
+ <adm:property name="java-class" mandatory="true">
<adm:synopsis>
The fully-qualified name of the Java class that provides the
<adm:user-friendly-name />
@@ -81,8 +79,7 @@
</adm:syntax>
<adm:profile name="ldap">
<ldap:attribute>
- <ldap:oid>1.3.6.1.4.1.26027.1.1.69</ldap:oid>
- <ldap:name>ds-cfg-monitor-provider-class</ldap:name>
+ <ldap:name>ds-cfg-java-class</ldap:name>
</ldap:attribute>
</adm:profile>
</adm:property>
--
Gitblit v1.10.0