From 12f788c17b8c281179f0819352f02b612b0219e2 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Mon, 02 Feb 2009 23:37:54 +0000
Subject: [PATCH] Fix issue 3734 - Make network group policies extensible.

---
 opendj-sdk/opends/resource/config/config.ldif |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj-sdk/opends/resource/config/config.ldif b/opendj-sdk/opends/resource/config/config.ldif
index 9f6f82a..f9f22d2 100644
--- a/opendj-sdk/opends/resource/config/config.ldif
+++ b/opendj-sdk/opends/resource/config/config.ldif
@@ -20,7 +20,7 @@
 #
 # CDDL HEADER END
 #
-#      Copyright 2006-2008 Sun Microsystems, Inc.
+#      Copyright 2006-2009 Sun Microsystems, Inc.
 #
 #
 # This file contains the primary Directory Server configuration.  It must not
@@ -1796,7 +1796,7 @@
 objectClass: ds-cfg-plugin
 objectClass: ds-cfg-network-group-plugin
 cn: Network Group
-ds-cfg-java-class: org.opends.server.plugins.NetworkGroupPlugin
+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

--
Gitblit v1.10.0