DBA > Job Interview Questions > DERBY Java Database FAQs

Libraries for LDAP User Authentication

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

Libraries for LDAP User Authentication

To use an LDAP directory service with Derby, you need the following libraries in your class path:

* jndi.jar
JNDI classes
* ldap.jar

LDAP provider from Sun
* providerutil.jar

JNDI classes for a provider

Derby does not provide these libraries; they are available from Sun on the JNDI page at Use the 1.1.x versions of these libraries, not the 1.2.x versions. You might need to do two separate downloads to obtain all the required libraries.

(Continued on next question...)

Other Job Interview Questions