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 --- opendj3-server-dev/resource/config/config.ldif | 21 --------------------- 1 files changed, 0 insertions(+), 21 deletions(-) diff --git a/opendj3-server-dev/resource/config/config.ldif b/opendj3-server-dev/resource/config/config.ldif index 7b558a1..6ee45c7 100644 --- a/opendj3-server-dev/resource/config/config.ldif +++ b/opendj3-server-dev/resource/config/config.ldif @@ -1897,27 +1897,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 -- Gitblit v1.10.0