-
Notifications
You must be signed in to change notification settings - Fork 361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using pagination with pageSize=0 returns 0 records #379
Comments
I tried this with different Active Directory server on different domain levels. All answered in the same behaviour unfortunately, with no cookie in their SearchResponse. I suggest you use the maximum number of allowed results configured for your domain (which should be 10.000 by default) |
See #499 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using SearchWithPagination with a PageSize of 0 , as it is said in the documentation
But the result is always 0 rows.
If I set conn.Debug=true then I see
error running search query "(objectClass=person)": LDAP Result Code 203 "Debugging Error": ldap: cannot process packet to add descr
Specifying a value higher than 0 seems to work fine with no issues.
The text was updated successfully, but these errors were encountered: