I am using Netscape/Sun LDAP SDK Java library for ADLDS(Active Directory Lightweight Directory Services) as a repository.
I found that AD LDS repository has a limitation of 1000 records for one single database Query transaction using a property called maxPageSize.
How do I override maxPageSize property to query more records (say 5000 records) using the Netscape LDAP SDK java library.
I have googled but nothing found, answeres are welcome.