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

support server side pagination #163

Open
graingert opened this issue Feb 19, 2020 · 1 comment
Open

support server side pagination #163

graingert opened this issue Feb 19, 2020 · 1 comment

Comments

@graingert
Copy link
Member

No description provided.

@fastrde
Copy link

fastrde commented Apr 26, 2020

I run into the same issue when i use ldaptor as a proxy. The problem is, that LDAPSearchRequest is handled by handleUnknown and then get executed via send_multiResponse and not send_multiResponse_ex. The controls with the pagination cookie didn't reach the proxied client.

I send you a pull request where i fixed that for my usecase. But i changed send_multiResponse to handle Responses with and without controls and removed send_multiResponse_ex, so it's most likely a breaking change.

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

No branches or pull requests

2 participants