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/resource/schema/02-config.ldif |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/opendj-sdk/opends/resource/schema/02-config.ldif b/opendj-sdk/opends/resource/schema/02-config.ldif
index 979bd43..cbbb1cf 100644
--- a/opendj-sdk/opends/resource/schema/02-config.ldif
+++ b/opendj-sdk/opends/resource/schema/02-config.ldif
@@ -910,6 +910,11 @@
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
   SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.222
+  NAME 'ds-cfg-import-queue-size'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.184
   NAME 'ds-task-restart-server'
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
@@ -2470,6 +2475,7 @@
   MAY ( ds-cfg-index-entry-limit $
         ds-cfg-preload-time-limit $
         ds-cfg-import-thread-count $
+        ds-cfg-import-queue-size $
         ds-cfg-entries-compressed $
         ds-cfg-db-directory-permissions $
         ds-cfg-db-cache-percent $
@@ -4042,6 +4048,7 @@
         ds-cfg-ndb-num-connections $
         ds-cfg-deadlock-retry-limit $
         ds-cfg-import-thread-count $
+        ds-cfg-import-queue-size $
         ds-cfg-index-entry-limit )
   X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.197

--
Gitblit v1.10.0