How can I use LDAP with JSP?
Created Jan 4, 2001
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.