From a5d64695211d83e1af9eabb8a739fc0cf54578a3 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Mon, 03 Nov 2014 16:45:23 +0000
Subject: [PATCH] OPENDJ-1545 Remove Workflow, NetworkGroups and related attempts at building a proxy

---
 opendj3-server-dev/src/admin/defn/org/opends/server/admin/std/GlobalConfiguration.xml |   33 ---------------------------------
 1 files changed, 0 insertions(+), 33 deletions(-)

diff --git a/opendj3-server-dev/src/admin/defn/org/opends/server/admin/std/GlobalConfiguration.xml b/opendj3-server-dev/src/admin/defn/org/opends/server/admin/std/GlobalConfiguration.xml
index e009e71..f15f74e 100644
--- a/opendj3-server-dev/src/admin/defn/org/opends/server/admin/std/GlobalConfiguration.xml
+++ b/opendj3-server-dev/src/admin/defn/org/opends/server/admin/std/GlobalConfiguration.xml
@@ -767,39 +767,6 @@
       </ldap:attribute>
     </adm:profile>
   </adm:property>
-  <adm:property name="workflow-configuration-mode" hidden="true">
-    <adm:synopsis>
-      Specifies the workflow configuration mode (auto vs. manual).
-    </adm:synopsis>
-    <adm:default-behavior>
-      <adm:defined>
-        <adm:value>auto</adm:value>
-      </adm:defined>
-    </adm:default-behavior>
-    <adm:syntax>
-      <adm:enumeration>
-        <adm:value name="auto">
-          <adm:synopsis>
-            In the "auto" configuration mode, there is no workflow
-            configuration. The workflows are created automatically based
-            on the backend configuration. There is one workflow per
-            backend base DN.
-          </adm:synopsis>
-        </adm:value>
-        <adm:value name="manual">
-          <adm:synopsis>
-            In the "manual" configuration mode, each workflow is created
-            according to its description in the configuration.
-          </adm:synopsis>
-        </adm:value>
-      </adm:enumeration>
-    </adm:syntax>
-    <adm:profile name="ldap">
-      <ldap:attribute>
-        <ldap:name>ds-cfg-workflow-configuration-mode</ldap:name>
-      </ldap:attribute>
-    </adm:profile>
-  </adm:property>
   <adm:property name="etime-resolution" mandatory="false">
     <adm:synopsis>
       Specifies the resolution to use for operation elapsed processing time (etime)

--
Gitblit v1.10.0