How can I use LDAP with JSP?
Created May 4, 2012
To use LDAP within Java (JSP or not), you must use JNDI (Java Naming and Directory Interface).
A bit like JDBC, JNDI consists of
Created May 4, 2012
To use LDAP within Java (JSP or not), you must use JNDI (Java Naming and Directory Interface).
A bit like JDBC, JNDI consists of