Can any Java pro's point me on how to connect to secure LDAP server?

111 Views Asked by At

I have been unable to find a resource on this matter. I have the URL and user/password.

Please help.

1

There are 1 best solutions below

0
On BEST ANSWER

Take a look at the JNDI Tutorial. In short you put the Principal and Credentials into a environment hash and pass that through to the server in a "bind" operation to create the context.

http://docs.oracle.com/javase/jndi/tutorial/ldap/security/ldap.html