Want to replicate the LDAP user password in oracle DB
Hi
I have a requirement where I need to goto Sun LDAP server, get all the users and add those who are not currently in oracle DB, update those who are existing.
I am albe to do the same except for password field writng a java application.
How to replicate the password the user has set from LDAP into oracle DB using java / python?

