Click here to Skip to main content
15,889,867 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
can someone tell me please how to connect to an LDAP server in java. I have the ip address and the port number of the server
Posted
Comments
Richard MacCutchan 15-Dec-13 4:09am    
What do you mean by "connect in Java"?

1 solution

I would recommend you look at using one of the API available in java to connect to the LDAP server, I have no experience but people seem to like

unboundid[^]

or

Spring[^]

Once you have an API in mind it should be easier to find examples with google.

/Darren
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900