Java: find library to read LDAP data

I need to write an application that will export some data from an LDAP server and store it in a MySQL database. Is there a suitable Java library for this?

All I have found so far is the jLDAP mentioned in one of the SO questions, but the site I found offers two jldap binaries, one for Windows and one for Unix, not one jar file as I expected.

Any hints on exporting LDAP data from Java would be appreciated.

+3


source to share


3 answers


The UnboundID LDAP SDK for Java is free, open source, feature rich, actively developed, and does not have any external dependencies.



+3


source


Have a look at the Apache Directory Client API .



+3


source


You can also try Novell LDAP java libraries

0


source







All Articles