'Can we use openldap proxy with opendj server as backend

I am trying to use openldap proxy as a proxy against an opendj server instance. I am getting following error when I try to do ldap search via proxy.

May  6 10:05:44 openldapproxy slapd[42116]: conn=1001 op=0 BIND dn="cn=Directory Manager" method=128
May  6 10:05:44 openldapproxy slapd[42116]: conn=1001 op=0 RESULT tag=97 err=49 text=
May  6 10:05:44 openldapproxy slapd[42116]: conn=1001 op=1 UNBIND
May  6 10:05:44 openldapproxy slapd[42116]: conn=1001 fd=11 closed

When I use openldap proxy against an openldap sever instance it works properly. I am not using any proxy cache. Can openldap proxy work with opendj or there is some RFC implementation missing.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source