Skip to content
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

LDAP paging support #175

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

helix84
Copy link

@helix84 helix84 commented Nov 21, 2016

Addresses issue #169.

The only drawback is that it hardcodes page size because I haven't figured out how to query the server for max. page size.

Compatibility: RFC 2696 (1999)

...
 An LDAP client application that needs to control the rate at which
   results are returned MAY specify on the searchRequest a
   pagedResultsControl
...
If the server does not support this control, the server
   MUST return an error of unsupportedCriticalExtension if the client
   requested it as critical, otherwise the server SHOULD ignore the
   control.
...

@helix84
Copy link
Author

helix84 commented Mar 14, 2020

@rdunklau: Ping? Any chance of merging this? Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant