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: 183
Hi,
I need to create a login and account validation using struts 2 and ldap, so the flow would be:
- Display login page
- User inputs his username and password
- Validates user's existence in ldap
- 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