From 7670b1e8a364298ab5343fefd6fefcfa0c044f0a Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Thu, 12 Jul 2007 09:56:08 +0000
Subject: [PATCH] reverting the changes done in revision 2352 for issue 1916 because these changes do not preserve the enabled flag in the config.ldif and are not generic enough. See issue 1916 for the full discussion thread.

---
 opends/src/admin/defn/org/opends/server/admin/std/SynchronizationProviderConfiguration.xml |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/opends/src/admin/defn/org/opends/server/admin/std/SynchronizationProviderConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/SynchronizationProviderConfiguration.xml
index b63a707..6d07116 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/SynchronizationProviderConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/SynchronizationProviderConfiguration.xml
@@ -44,17 +44,12 @@
       <ldap:superior>top</ldap:superior>
     </ldap:object-class>
   </adm:profile>
-  <adm:property name="enabled" mandatory="false">
+  <adm:property name="enabled" mandatory="true">
     <adm:synopsis>
       Indicate whether the
       <adm:user-friendly-name />
       is enabled for use.
     </adm:synopsis>
-    <adm:default-behavior>
-      <adm:defined>
-        <adm:value>true</adm:value>
-      </adm:defined>
-    </adm:default-behavior>
     <adm:syntax>
       <adm:boolean />
     </adm:syntax>

--
Gitblit v1.10.0