From 73ff677c68a93eaefca51632b3b89b5eadffaf36 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Tue, 25 Oct 2011 16:08:35 +0000
Subject: [PATCH] Fix OPENDJ-338: Referential integrity plugin updates internal state when validating configuration

---
 opends/src/server/org/opends/server/plugins/ReferentialIntegrityPlugin.java |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/opends/src/server/org/opends/server/plugins/ReferentialIntegrityPlugin.java b/opends/src/server/org/opends/server/plugins/ReferentialIntegrityPlugin.java
index 5dab099..aab71ce 100644
--- a/opends/src/server/org/opends/server/plugins/ReferentialIntegrityPlugin.java
+++ b/opends/src/server/org/opends/server/plugins/ReferentialIntegrityPlugin.java
@@ -23,6 +23,7 @@
  *
  *
  *      Copyright 2008-2010 Sun Microsystems, Inc.
+ *      Portions copyright 2011 ForgeRock AS.
  */
 package org.opends.server.plugins;
 
@@ -331,10 +332,6 @@
     {
       cfgBaseDNs = DirectoryServer.getPublicNamingContexts().keySet();
     }
-    else
-    {
-      baseDNs.addAll(cfgBaseDNs);
-    }
 
     //Iterate through attributes and check that each has a valid syntax
     for (AttributeType type : configuration.getAttributeType())

--
Gitblit v1.10.0