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/src/server/org/opends/server/backends/jeb/ID2Entry.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/server/org/opends/server/backends/jeb/ID2Entry.java b/opends/src/server/org/opends/server/backends/jeb/ID2Entry.java
index 55ad746..e9425e6 100644
--- a/opends/src/server/org/opends/server/backends/jeb/ID2Entry.java
+++ b/opends/src/server/org/opends/server/backends/jeb/ID2Entry.java
@@ -103,7 +103,7 @@
* @throws DirectoryException If a problem occurs while attempting to encode
* the entry.
*/
- private DatabaseEntry entryData(Entry entry)
+ public DatabaseEntry entryData(Entry entry)
throws DirectoryException
{
byte[] entryBytes;
--
Gitblit v1.10.0