Hi,
We have large ODSEE 6x topology and are planning to put IP/UserBindDN restrictions using OUD11g Proxy.
Adding an IP to "Allowed Client" list in the OUD Proxy's network-group criteria through the ODSM configuration page allows access to the back-end directories from that IP only while denying the rest of IPs, no problem here.
But as soon as adding an User Bind DN to "Allowed Bind DN" list on same configuration page of OUD11g Proxy, added User Bind DN operation fails from the same IP in the "Allowed Client" as giving following error.
# ldapsearch -h <HOST> -p <PROXY PORT> -b <BASE DN> -D "<USER DN>" -w <USER PW> uid=<USER2> cn
ldap_simple_bind: Unknown error
ldap_simple_bind: additional info: Worker Thread 77 encountered an uncaught exception while processing operation BindOperation(connID=91, opID=0, protocol="LDAP 3, dn=<USER DN>, authType=Simple): NullPointerException ()
Also I tested removing the IP from "Allowed Client" list allowing access from all IPs but I get the same error above.
Is there anything else to configure for User Bind DN restriction on OUD11g Proxy?
Thanks in advance,
-Bora