From 945da0648298c42d4a0df3f7b56111f7477ddadd Mon Sep 17 00:00:00 2001
From: dugan <dugan@localhost>
Date: Mon, 17 Aug 2009 00:23:12 +0000
Subject: [PATCH] These changes allow import-ldif to support multiple suffixes and fix some problems with the include/exclude options.

---
 opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java b/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java
index cfe7455..4975cca 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java
@@ -3834,6 +3834,14 @@
   public static final String ATTR_IMPORT_RANDOM_SEED =
        NAME_PREFIX_TASK + "import-random-seed";
 
+
+  /**
+   * The name of the attribute in an import task definition that specifies the
+   * thread count to be used during the import.
+   */
+  public static final String ATTR_IMPORT_THREAD_COUNT =
+       NAME_PREFIX_TASK + "import-thread-count";
+
   /**
    * The name of the attribute in an import task definition that specifies
    * whether the import process should append to the existing database rather
@@ -3984,8 +3992,8 @@
    * that minimal DN validation should be done during phase 2.
    */
 
-   public static final String ATTR_IMPORT_DN_CHECK_PHASE2 =
-       NAME_PREFIX_TASK + "import-dn-check-phase2";
+   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

--
Gitblit v1.10.0