I downloaded JDBC 2.1 and added jdbcLdap.jar as well as ldap.jar to my class path ( http://sourceforge.net/projects/myvd/files/jdbc%20ldap%20bridge/jdbc%20ldap%20bridge%202.1/jdbc -ldap-2.1.zip/download ). I would like to use it in my java application to connect to LDAP, although I did not find examples or explanations on how to use it (only how to connect to sql server).
Can someone here give a hint?
The link for the JDBC-LDAP bridge is on the MyVD website. I think you missed it; it describes in some detail how to create connections and issue commands to the LDAP server.