From db8e7d576fef1332aa34f80f598490ea552c86ba Mon Sep 17 00:00:00 2001
From: dugan <dugan@localhost>
Date: Fri, 24 Jul 2009 22:32:43 +0000
Subject: [PATCH] Commit of new import code.
---
opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java | 17 ++++++++++++++++-
1 files changed, 16 insertions(+), 1 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 8190143..cfe7455 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
@@ -22,7 +22,7 @@
* CDDL HEADER END
*
*
- * Copyright 2006-2008 Sun Microsystems, Inc.
+ * Copyright 2006-2009ds Sun Microsystems, Inc.
*/
package org.opends.server.config;
@@ -3971,6 +3971,21 @@
public static final String ATTR_IMPORT_IS_ENCRYPTED =
NAME_PREFIX_TASK + "import-is-encrypted";
+ /**
+ * The name of the attribute in an import task definition that specifies
+ * the temp directory path.
+ */
+
+ 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_DN_CHECK_PHASE2 =
+ NAME_PREFIX_TASK + "import-dn-check-phase2";
/**
* The name of the objectclass that will be used for a Directory Server
--
Gitblit v1.10.0