How to create a login with struts2 and ldap?

Posted by jl on Stack Overflow See other posts from Stack Overflow or by jl
Published on 2010-03-19T08:27:37Z Indexed on 2010/03/19 8:31 UTC
Read the original article Hit count: 167

Filed under:
|
|

Hi,

I need to create a login and account validation using struts 2 and ldap, so the flow would be:

  1. Display login page
  2. User inputs his username and password
  3. Validates user's existence in ldap
  4. Redirect to welcome page with message and user's name

How should I get it done in Struts 2 and Ldap?

Thank you.

© Stack Overflow or respective owner

Related posts about java

Related posts about struts2