From 272f803e2dbe9da48152ea61814e43e387146f8b Mon Sep 17 00:00:00 2001
From: dugan <dugan@localhost>
Date: Mon, 17 Mar 2008 15:41:50 +0000
Subject: [PATCH] These changes remove the temporary file limitation from import-ldif. Several other changes were made also:
---
opends/resource/schema/02-config.ldif | 18 ------------------
1 files changed, 0 insertions(+), 18 deletions(-)
diff --git a/opends/resource/schema/02-config.ldif b/opends/resource/schema/02-config.ldif
index b5375b7..a3be337 100644
--- a/opends/resource/schema/02-config.ldif
+++ b/opends/resource/schema/02-config.ldif
@@ -1085,16 +1085,6 @@
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
SINGLE-VALUE
X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.220
- NAME 'ds-cfg-import-temp-directory'
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
- SINGLE-VALUE
- X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.221
- NAME 'ds-cfg-import-buffer-size'
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
- 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
@@ -1155,11 +1145,6 @@
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.234
- NAME 'ds-cfg-import-pass-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.235
NAME 'ds-cfg-replication-server-id'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
@@ -2241,13 +2226,10 @@
MAY ( ds-cfg-index-entry-limit $
ds-cfg-subtree-delete-size-limit $
ds-cfg-preload-time-limit $
- ds-cfg-import-temp-directory $
- ds-cfg-import-buffer-size $
ds-cfg-import-queue-size $
ds-cfg-import-thread-count $
ds-cfg-entries-compressed $
ds-cfg-deadlock-retry-limit $
- ds-cfg-import-pass-size $
ds-cfg-db-directory-permissions $
ds-cfg-db-cache-percent $
ds-cfg-subtree-delete-batch-size $
--
Gitblit v1.10.0