Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

User authentication on LDAP with JSP/Servlet

843835Oct 22 2002 — edited Oct 22 2002
Please help! What I need is a small Java Servlet or JSP that I can run from a web server that will allow users type in their username and password. The JSP will then authenticate the user (by trying to log onto the LDAP server as that user) and if successful will offer them the chance to change their password. If they do it will then communicate with the LDAP server as that user and change their password.

The LDAP server I am using is the Sun(TM) ONE 5.1 directory server.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 19 2002
Added on Oct 22 2002
3 comments
1,459 views