Im trying to query AD info from this openLDAP-Proxy, but the responses are not case sensitive, therefore instead of getting
member: CN=User,OU=Group,DC=Base,DC=local
i get as a response
member: cn=User,ou=Group,dc=Base,dc=local
And so im unable to use correctly the proxy with an application (Shibboleth IDP)
I've seen theres already a question but the response doesnt help