From d5f00e7d9877e6f33c400fe4e214eb19f528f74e Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 04 Nov 2014 09:22:31 +0000
Subject: [PATCH] OPENDJ-1545 Remove Workflow, NetworkGroups and related attempts at building a proxy

---
 opendj-server2x-adapter/src/test/resources/config/config.ldif |   37 -------------------------------------
 1 files changed, 0 insertions(+), 37 deletions(-)

diff --git a/opendj-server2x-adapter/src/test/resources/config/config.ldif b/opendj-server2x-adapter/src/test/resources/config/config.ldif
index c112e5e..7a28b1f 100644
--- a/opendj-server2x-adapter/src/test/resources/config/config.ldif
+++ b/opendj-server2x-adapter/src/test/resources/config/config.ldif
@@ -1877,27 +1877,6 @@
 ds-cfg-type: uid
 ds-cfg-invoke-for-internal-operations: true
 
-dn: cn=Network Group,cn=Plugins,cn=config
-objectClass: top
-objectClass: ds-cfg-plugin
-objectClass: ds-cfg-network-group-plugin
-cn: Network Group
-ds-cfg-java-class: org.opends.server.core.networkgroups.NetworkGroupPlugin
-ds-cfg-enabled: true
-ds-cfg-invoke-for-internal-operations: false
-ds-cfg-plugin-type: postConnect
-ds-cfg-plugin-type: preParseAdd
-ds-cfg-plugin-type: preParseBind
-ds-cfg-plugin-type: preParseCompare
-ds-cfg-plugin-type: preParseDelete
-ds-cfg-plugin-type: preParseExtended
-ds-cfg-plugin-type: preParseModify
-ds-cfg-plugin-type: preParseModifyDn
-ds-cfg-plugin-type: preParseSearch
-ds-cfg-plugin-type: preParseUnbind
-ds-cfg-plugin-type: postResponseBind
-ds-cfg-plugin-type: postResponseExtended
-
 dn: cn=Change Number Control,cn=Plugins,cn=config
 objectClass: top
 objectClass: ds-cfg-plugin
@@ -2614,19 +2593,3 @@
 objectClass: top
 objectClass: ds-cfg-branch
 cn: Extensions
-
-dn: cn=Network Groups,cn=config
-objectClass: top
-objectClass: ds-cfg-branch
-cn: Network Groups
-
-dn: cn=Workflows,cn=config
-objectClass: top
-objectClass: ds-cfg-branch
-cn: Workflows
-
-dn: cn=Workflow Elements,cn=config
-objectClass: top
-objectClass: ds-cfg-branch
-cn: Workflow Elements
-

--
Gitblit v1.10.0