From fc6ff5cd4f579042078b4103af7931804895f344 Mon Sep 17 00:00:00 2001
From: Yannick Lecaillez <yannick.lecaillez@forgerock.com>
Date: Mon, 05 Sep 2016 09:59:31 +0000
Subject: [PATCH] OPENDJ-3263: import with DN validation on JE is using high disk space

---
 opendj-server-legacy/src/main/java/org/opends/server/config/ConfigConstants.java |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/server/config/ConfigConstants.java b/opendj-server-legacy/src/main/java/org/opends/server/config/ConfigConstants.java
index 03f0e73..36cfe14 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/config/ConfigConstants.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/config/ConfigConstants.java
@@ -3973,14 +3973,6 @@
   public static final String ATTR_IMPORT_TMP_DIRECTORY =
        NAME_PREFIX_TASK + "import-tmp-directory";
 
-    /**
-   * The name of the attribute in an import task definition that specifies
-   * that minimal DN validation should be done during phase 2.
-   */
-
-   public static final String ATTR_IMPORT_SKIP_DN_VALIDATION =
-       NAME_PREFIX_TASK + "import-skip-dn-validation";
-
   /**
    * The name of the objectclass that will be used for a Directory Server
    * initialize task definition.

--
Gitblit v1.10.0