How can I use LDAP with JSP?
Created May 4, 2012
Jorge Jordão
To use LDAP within Java (JSP or not), you must use JNDI (Java Naming and Directory Interface).
A bit like JDBC, JNDI consists of
Check out the JNDI Tutorial for more information.