Hi Monks,
I have a old application that is trying to do a ldap bind to run auth.
It sends the login request with the username in the form
uid=user,ou=orgunit,o=org
Is there a way I can write a proxy server using perl to rewrite the above so that it sends it as
cn=user,ou=orgunit,o=org
There is no way to have the old app rewrite its ldap query. Is there a way to have a perl app sit in between the ldap server and the old application trying to do ldap auth?