Java:寻找一个库来读取LDAP数据[关闭](Java: looking for a library to read LDAP data [closed])

我需要编写一个应用程序,它将从LDAP服务器导出一些数据并将其存储在MySQL数据库中。 有适合的Java库吗?

到目前为止我发现的所有内容都是在一个SO问题中提到的jLDAP,但是我找到的网站提供了两个jldap二进制文件:一个用于Windows,一个用于Unix,而不是我预期的一个jar文件。

将对使用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.

最满意答案

UnboundID LDAP SDK for Java是免费的,开源的,功能丰富的,积极开发的,并且没有任何外部依赖性。

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

Java:寻找一个库来读取LDAP数据[关闭](Java: looking for a library to read LDAP data [closed])

我需要编写一个应用程序,它将从LDAP服务器导出一些数据并将其存储在MySQL数据库中。 有适合的Java库吗?

到目前为止我发现的所有内容都是在一个SO问题中提到的jLDAP,但是我找到的网站提供了两个jldap二进制文件:一个用于Windows,一个用于Unix,而不是我预期的一个jar文件。

将对使用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.

最满意答案

UnboundID LDAP SDK for Java是免费的,开源的,功能丰富的,积极开发的,并且没有任何外部依赖性。

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