Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I connect to ldap server with this lib, but i dont know how get more then 1000 data.
Posted
Comments
[no name] 23-Aug-13 7:47am    
Did you ask over at Novell?
Prasad Khandekar 23-Aug-13 8:24am    
This limit is generally set on the LDAP server itself and not in the library. On Novell e-Directory server you can alter this by issuing following command.

ldapconfig [-t tree_name | -p host_name[:port]]
[-w password] [-a admin_FDN] -s "LDAP TCP Port=389","searchSizeLimit=1000"

Regards,

1 solution

Hello,

This limit is generally set on the LDAP server itself and not in the library. On Novell e-Directory server you can alter this by issuing following command.
ldapconfig [-t tree_name | -p host_name[:port]] [-w password] [-a admin_FDN] -s "LDAP TCP Port=389","searchSizeLimit=1000"

Please see this documentation[^]

Similarly on MS AD Server the limit is 1000 and con not be altered. To retrieve more than 1000 records you need use the PageSize Property as well. See this documentation[^].

Regards,
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900