ldaptor icon indicating copy to clipboard operation
ldaptor copied to clipboard

VLV support in ldaptor

Open resposit opened this issue 3 years ago • 1 comments

Hello, I was trying to use the ldaptor proxy feature to manipulate ldap responses but I just realized that my client application uses VLV searches and, apparently, those break the proxy mechanism. Is there a way to make it working ?

resposit avatar Mar 08 '22 10:03 resposit

Can you explain a bit more what's not working? I've never used VLV, but it looks like as far as the LDAP protocol is concerned, it is just a LDAP control that gets passed in with the request and the response gets some kind of control/cookie.

Is there an error or stack trace? Or are you not sure how to use the control with the library?

The only LDAP control I've ever used with ldaptor is the LDAP paged search result control, and I don't think I ever used it with the proxy server.

If you have some minimal code example of what you're trying to do, that might help.

On Tue, Mar 8, 2022, 5:09 AM resposit @.***> wrote:

Hello, I was trying to use the ldaptor proxy feature to manipulate ldap responses but I just realized that my client application uses VLV searches and, apparently, those break the proxy mechanism. Is there a way to make it working ?

— Reply to this email directly, view it on GitHub https://github.com/twisted/ldaptor/issues/236, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADCZLKOABDGBGETWHTA7M3U64ROBANCNFSM5QF4FA5A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

cwaldbieser avatar Mar 12 '22 15:03 cwaldbieser