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?

[356 byte] By [GirishAhankari] at [2007-11-26 8:54:41]
# 1
Why not give a try to Oracle OID sychronization? It can sych all entries from Sun DS, including password (latest version) to Oracle.
sun_iplanet at 2007-7-6 22:51:06 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
You can do it directly from Oracle DB. At least >9.2 have natively DBMS_LDAP, you should be able to write such job with pl/sql.
eviladmin at 2007-7-6 22:51:06 > top of Java-index,Web & Directory Servers,Directory Servers...