How to create a login with struts2 and ldap?
- by jl
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.