Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java: looking for a library to read LDAP data [closed]

Tags:

java

ldap

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

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

Will be grateful for any hints towards exporting LDAP data with Java.

like image 338
svz Avatar asked Jul 21 '26 07:07

svz


1 Answers

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

like image 160
Neil Wilson Avatar answered Jul 22 '26 21:07

Neil Wilson