[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: What's the java equivalent of ldap_set_option( NULL, LDAP_OPT_X_TLS_CACERTDIR, cert_path)?



Hi,

For Java apps, one might also want to consider Apache Directory API <http://directory.apache.org/api/> or OpenDJ LDAP API and Toolkit <http://opendj.forgerock.org/opendj-ldap-sdk/>.

Kind regards,

Ludovic.
Ludovic Poitou
ForgeRock - Product Manager for OpenDJ, open source LDAP directory services in Java.

On Oct 19, 2011, at 10:36 , Nick Milas wrote:

Probably not much to the point, but I thought I should send this info (derived from earlier posts in this list).

For Java apps one could also use: http://www.unboundid.com/products/ldapsdk/ for Java or (now Oracle's) JNDI.

Nick

On 19/10/2011 2:28 ÏÎ, daisy.wu@emc.com wrote:

I am trying to write a Java LDAP client program using Novellâs JLDAP