How to change user password using Java API?
Hi
I have apache struts servlet, action classes and EJBs running in 9iAS (9.0.3) JAZN LDAP (Oracle 9.0.2 infra) is configured to protect the application using web.xml (login using j_security_check). So, the user authentication for the application is fine.
Now the user needs to change password from the application after he logs on, Im planning to achieve this using APIs in ldapclnt9.jar and in one of the struts action class.
Has anyone come across sample code to change password for users through these apis that can be shared? Need to do this quickly and Im pretty new to JNDI stuff.
cheers
Thiyagu