Has anyone built an LDAP server proxy using Perl? I am trying to convert information from one LDAP server into the format expected by some legacy applications. This involves responding to a bind request from a client, passing the request on to the real LDAP server (using Net::LDAP) and then converting the format of the DN returned into the legacy format. The information required for the legacy DN is stored as an attribute in the new directory.
Many thanks.