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 -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -