From c9c00f7b3f72fa5951cc4a180b22c48dc310a2e9 Mon Sep 17 00:00:00 2001
From: ctissot <ctissot@localhost>
Date: Fri, 15 Feb 2008 10:14:44 +0000
Subject: [PATCH] Sorry, fixed mistake by previous commit

---
 opends/resource/schema/02-config.ldif                                   |   11 -----------
 opends/src/admin/defn/org/opends/server/admin/std/RootConfiguration.xml |   16 ----------------
 2 files changed, 0 insertions(+), 27 deletions(-)

diff --git a/opends/resource/schema/02-config.ldif b/opends/resource/schema/02-config.ldif
index b9c82dc..b5375b7 100644
--- a/opends/resource/schema/02-config.ldif
+++ b/opends/resource/schema/02-config.ldif
@@ -2191,10 +2191,6 @@
   NAME 'ds-cfg-num-update-replay-threads'
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.448
-  NAME 'ds-cfg-remote-ldap-server'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.1
   NAME 'ds-cfg-access-control-handler'
   SUP top
@@ -3698,10 +3694,3 @@
   STRUCTURAL
   MUST ( ds-cfg-backend )
   X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.180
-  NAME 'ds-cfg-remote-ldap-server'
-  SUP top
-  STRUCTURAL
-  MUST ( cn $
-         ds-cfg-remote-ldap-server )
-  X-ORIGIN 'OpenDS Directory Server' )
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/RootConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/RootConfiguration.xml
index 9dac3f8..3a5bbef 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/RootConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/RootConfiguration.xml
@@ -450,19 +450,6 @@
       </cli:relation>
     </adm:profile>
   </adm:relation>
-  <adm:relation name="remote-ldap-server" hidden="true">
-    <adm:one-to-many naming-property="ds-cfg-remote-ldap-server-id" />
-    <adm:profile name="ldap">
-      <ldap:rdn-sequence>
-        cn=Remote LDAP servers,cn=config
-      </ldap:rdn-sequence>
-    </adm:profile>
-    <adm:profile name="cli">
-      <cli:relation>
-        <cli:default-property name="enabled" />
-      </cli:relation>
-    </adm:profile>
-  </adm:relation>
   <adm:product-name>OpenDS Directory Server</adm:product-name>
   <adm:tag-definition name="logging">
     <adm:synopsis>Logging</adm:synopsis>
@@ -482,7 +469,4 @@
   <adm:tag-definition name="core-server">
     <adm:synopsis>Core server</adm:synopsis>
   </adm:tag-definition>
-  <adm:tag-definition name="proxy">
-    <adm:synopsis>Core server</adm:synopsis>
-  </adm:tag-definition>
 </adm:root-managed-object>

--
Gitblit v1.10.0