privacyidea-ldap-proxy
privacyidea-ldap-proxy copied to clipboard
Handling of incoming LDAP requests
Right now, incoming LDAP bind and search requests are handled, whereas all other incoming requests are rejected (by sending a LDAPInsufficientAccessRights
response). In particular, incoming LDAP unbind requests are rejected, which might not make too much sense.
We could probably make this behavior configurable.
As of cec8504150d24731fa964a2c2ef9e8247e6c6071, incoming unbind requests are just forwarded.