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/messages/GlobalCfgDefn.properties |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/opendj3-server-dev/src/admin/messages/GlobalCfgDefn.properties b/opendj3-server-dev/src/admin/messages/GlobalCfgDefn.properties
index 948cb4d..ab1e2ea 100644
--- a/opendj3-server-dev/src/admin/messages/GlobalCfgDefn.properties
+++ b/opendj3-server-dev/src/admin/messages/GlobalCfgDefn.properties
@@ -80,9 +80,6 @@
 property.smtp-server.syntax.string.pattern.synopsis=A hostname, optionally followed by a ":" followed by a port number.
 property.time-limit.synopsis=Specifies the maximum length of time that should be spent processing a single search operation.
 property.time-limit.description=A value of 0 seconds indicates that no time limit is enforced. Note that this is the default server-wide time limit, but it may be overridden on a per-user basis using the ds-rlim-time-limit operational attribute.
-property.workflow-configuration-mode.synopsis=Specifies the workflow configuration mode (auto vs. manual).
-property.workflow-configuration-mode.syntax.enumeration.value.auto.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.
-property.workflow-configuration-mode.syntax.enumeration.value.manual.synopsis=In the "manual" configuration mode, each workflow is created according to its description in the configuration.
 property.writability-mode.synopsis=Specifies the kinds of write operations the directory server can process.
 property.writability-mode.syntax.enumeration.value.disabled.synopsis=The directory server rejects all write operations that are requested of it, regardless of their origin.
 property.writability-mode.syntax.enumeration.value.enabled.synopsis=The directory server attempts to process all write operations that are requested of it, regardless of their origin.

--
Gitblit v1.10.0