From f8ef0eed366445c5a341dbcc7882a7104c1cac1b Mon Sep 17 00:00:00 2001
From: boli <boli@localhost>
Date: Thu, 26 Jul 2007 16:31:34 +0000
Subject: [PATCH] This fixes issue 1971 and allows partial non-append imports of a backend:

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

diff --git a/opends/src/server/org/opends/server/config/ConfigConstants.java b/opends/src/server/org/opends/server/config/ConfigConstants.java
index 818e728..09b7bdd 100644
--- a/opends/src/server/org/opends/server/config/ConfigConstants.java
+++ b/opends/src/server/org/opends/server/config/ConfigConstants.java
@@ -4159,5 +4159,12 @@
    */
   public static final String ATTR_REBUILD_MAX_THREADS =
        NAME_PREFIX_TASK + "rebuild-max-threads";
+
+  /**
+   * The name of the attribute in an import task definition that specifies
+   * whether the backend should be cleared before the import.
+   */
+  public static final String ATTR_IMPORT_CLEAR_BACKEND =
+       NAME_PREFIX_TASK + "import-clear-backend";
 }
 

--
Gitblit v1.10.0