Connecting AD from Oracle DB using DBMS_LDAP.simple_bind_s
Hi,
We have business scenario where we need to connect to active directory and read the ldap attributes by establishing a connection from oracle EBS database through DBMS_LDAP.simple_bind_s.
To achieve this we have created an ID in AD and used in PLSQL package and able to retrieve the data.
As per our organization policy we cannot maintain the password of AD ID in lookup or anywhere the text is visible. Can help to advise where the password can be maintained in secure way and use it to authenticate with AD from Oracle DB?