-
Notifications
You must be signed in to change notification settings - Fork 365
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
Question - How to limit the number of results #431
Comments
Hi, SizeLimit should do the trick usually. Are you querying using |
LdapSearch |
I have the same problem. |
I can replicate this issue, but it is not an implementation issue of the library. I analyzed the traffic with Wireshark and the SizeLimit attribute is correctly set and sent to the server. I've created a patch and a PR to optionally enforce a size limit. |
See #482 |
Hi
I have a big active directory with a lot of entries, what i prented to achive with go-ldap is to retrive only the first 50 results.
I already try the size limit option or paging but always return all results.
Anyone can help me to limit the number of results per search?
Best regards
The text was updated successfully, but these errors were encountered: