openldap - LDAP query limitation -


i trying write ldap query returns around 10000 users. far current api concerned 1500 returned search results. not sure how fix this. there way api can handle around 10000 users search response. appreciated

there 2 primary factors limit search result count.

the server side sizelimit , client side searchrequest sizelimit.

you maybe able bypass server side sizelimit using simple paged results control

for client side searchrequest sizelimit, adjusted on client making request value of "0" (zero) unlimited.


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

c# - Json.Net Serialize String from URI -

ruby on rails - What is the best design practise to create tables from same controller using same actions -