mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
25.08.2011 73ff677c68a93eaefca51632b3b89b5eadffaf36
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())