I have to develop a HTML form (user & password), an submit this form to a servlet (or JSP) and validate the values in a LDAP, and if the user is validated then he could use the application
I read in some article, that there is a package (JNDI) that would do this work, but I'm not sure.