From 1b29f765bdfe3705c1b88fcdbb4fa923682e9678 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Mon, 23 Apr 2007 13:38:48 +0000
Subject: [PATCH] This integrates the multi-master synchronization with the new admin framework (issue 1477) and makes possible to dynamically add or remove changelog server and synchronization domains in a running server (issue 639).

---
 opends/src/admin/defn/org/opends/server/admin/std/RootConfiguration.xml |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

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 01da02b..9f68116 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
@@ -21,7 +21,15 @@
       </ldap:rdn-sequence>
     </adm:profile>
   </adm:relation>
-    <adm:relation name="access-control-handler">
+  <adm:relation name="synchronization-provider">
+    <adm:one-to-many />
+    <adm:profile name="ldap">
+      <ldap:rdn-sequence>
+        cn=Synchronization Providers, cn=config
+      </ldap:rdn-sequence>
+    </adm:profile>
+  </adm:relation>
+  <adm:relation name="access-control-handler">
     <adm:one-to-one />
     <adm:profile name="ldap">
       <ldap:rdn-sequence>
@@ -72,9 +80,7 @@
   <adm:relation name="plugin">
     <adm:one-to-many />
     <adm:profile name="ldap">
-      <ldap:rdn-sequence>
-        cn=Plugins,cn=config
-      </ldap:rdn-sequence>
+      <ldap:rdn-sequence>cn=Plugins,cn=config</ldap:rdn-sequence>
     </adm:profile>
   </adm:relation>
   <adm:relation name="virtual-attribute">

--
Gitblit v1.10.0