ORA-31202: DBMS_LDAP: LDAP client/server error: Invalid credentials.
Hi,
I have a process that is doing requests on the active directory. The problem is that when I specify the LDAP_USER (cn) and the LDAP_PASSWORD, I always have the error ORA-31202: DBMS_LDAP: LDAP client/server error: Invalid credentials.. I tried the account and it works perfectly on the windows login. I tried to put my personal account credentials directly in the code and it works.
Anyone can help me ?