From 0d9383e9bdcfc20e808968f4b7fe6c1ac0f48fa6 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.

---
 opends/src/admin/defn/org/opends/server/admin/std/LocalDBBackendConfiguration.xml |   40 +++++++++++++++++++++++++++++++++++-----
 1 files changed, 35 insertions(+), 5 deletions(-)

diff --git a/opends/src/admin/defn/org/opends/server/admin/std/LocalDBBackendConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/LocalDBBackendConfiguration.xml
index 139295a..2ef8b8e 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/LocalDBBackendConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/LocalDBBackendConfiguration.xml
@@ -222,15 +222,45 @@
       </ldap:attribute>
     </adm:profile>
   </adm:property>
+  <adm:property name="import-queue-size" advanced="true">
+    <adm:synopsis>
+      This parameter has been deprecated in OpenDS 2.1 and will be removed
+      in OpenDS 3.0. It is only being kept for migration ease and is ignored
+      in OpenDS versions after 2.0.
+    </adm:synopsis>
+    <adm:requires-admin-action>
+      <adm:none>
+        <adm:synopsis>
+      This parameter has been deprecated in OpenDS 2.1 and will be removed
+      in OpenDS 3.0. It is only being kept for migration ease and is ignored
+      in OpenDS versions after 2.0.
+        </adm:synopsis>
+      </adm:none>
+    </adm:requires-admin-action>
+    <adm:default-behavior>
+      <adm:defined>
+        <adm:value>100</adm:value>
+      </adm:defined>
+    </adm:default-behavior>
+    <adm:syntax>
+      <adm:integer lower-limit="1" upper-limit="2147483647" />
+    </adm:syntax>
+    <adm:profile name="ldap">
+      <ldap:attribute>
+        <ldap:name>ds-cfg-import-queue-size</ldap:name>
+      </ldap:attribute>
+    </adm:profile>
+  </adm:property>
   <adm:property name="import-thread-count" advanced="true">
     <adm:synopsis>
-      Specifies the number of threads that is used for concurrent
-      processing during an LDIF import.
+      This parameter has been deprecated in OpenDS 2.1 and will be removed
+      in OpenDS 3.0. It is only being kept for migration ease and is ignored
+      in OpenDS versions after 2.0.
     </adm:synopsis>
     <adm:description>
-      This should generally be a small multiple (for example, 2x) of the number
-      of CPUs in the system for a traditional system, or equal to the
-      number of CPU strands for a CMT system.
+        This parameter has been deprecated in OpenDS 2.1 and will be removed
+      in OpenDS 3.0. It is only being kept for migration ease and is ignored
+      in OpenDS versions after 2.0.
     </adm:description>
     <adm:requires-admin-action>
       <adm:none>

--
Gitblit v1.10.0