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

Matthew Swift
18.43.2011 c9da9e4bd4a115a646dfb846972126ca8eef1158
opends/src/server/org/opends/server/tools/ImportLDIF.java
@@ -23,6 +23,7 @@
 *
 *
 *      Copyright 2006-2010 Sun Microsystems, Inc.
 *      Portions copyright 2011 ForgeRock AS.
 */
package org.opends.server.tools;
@@ -939,7 +940,7 @@
      // Initialize all the password policy information.
      try
      {
        directoryServer.initializePasswordPolicyComponents();
        directoryServer.initializeAuthenticationPolicyComponents();
      }
      catch (ConfigException ce)
      {