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

Jean-Noël Rouvignac
08.34.2016 a3c93828f847345ed67fda0cddf1089d8fb433d5
opendj-server-legacy/src/main/java/org/opends/server/api/AuthenticationPolicy.java
@@ -21,6 +21,7 @@
import java.util.List;
import org.forgerock.i18n.LocalizableMessage;
import org.forgerock.i18n.LocalizedIllegalArgumentException;
import org.forgerock.i18n.slf4j.LocalizedLogger;
import org.forgerock.opendj.ldap.ByteString;
import org.forgerock.opendj.ldap.DN;
@@ -82,7 +83,7 @@
      {
        subentryDN = DN.valueOf(v);
      }
      catch (DirectoryException e)
      catch (LocalizedIllegalArgumentException e)
      {
        logger.traceException(e);