You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
No description provided.
The text was updated successfully, but these errors were encountered: