Export to LDIF leaves out entries when large number of entries exist
--------------------------------------------------------------------
Key: DIRSTUDIO-656
URL: https://issues.apache.org/jira/browse/DIRSTUDIO-656
Project: Directory Studio
Issue Type: Bug
Affects Versions: 1.5.3
Environment: Linux Ubuntu 9.10 64-bit
Eclipse build id 20100218-1602
Sun Java 6
Reporter: Rodney Beede
My remote ldap server has a server-side count limit of 2000.
There are 3128 entries in the ldap.
If I try to export from a root DSE all entries I am only getting back some of
them and not all.
Right click on the DSE root
Export
LDIF Export
Filter is (objectClass=*)
Leave other fields unchanged except for
Count Limit = 0
Next
Enter in a filename
Finish
Review resulting ldif. Note that it has 2000 entries as expected due to server
limit.
-----------------
Go to the export again
Count Limit = 0
Check "Paged Search"
Page Size = 100 (or even 1000)
Scroll Mode (checked or unchecked, either way doesn't work)
Run the export
Note the resulting file has 1998 and sometimes 1999 entries.
Page Search is suppose to get around this limit.
------------
JXplorer, another ldap tool does not have this issue with this server.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.