vote up -4 vote down star

Can someone send me the JAVA LDAP code to connect and to search/modify in a directory server

flag
What have you tried already? What exceptions did you get? – oxbow_lakes Aug 26 at 17:58
1  
-1: plz send me teh codez questions don't go down well on SO. – Stu Thompson Aug 26 at 19:08

closed as not a real question by Stephen Wrighton, ceejayoz, Kevin, devio, Stu Thompson Aug 26 at 19:08

4 Answers

vote up 0 vote down

Check out the Manning Ldap book code http://www.manning-source.com/books/donley/donley%5Fsrc.zip or the spring ldap template.

link|flag
vote up 1 vote down

Here it is: http://java.sun.com/products/jndi/tutorial/ldap/connect/create.html

This should be good because it is ranked #1 in google search.

link|flag
vote up 0 vote down

@Sasi, reading your question, I try to imagine millions of people at the office posting on stackoverflow and doing nothing all day long.

link|flag
vote up 3 vote down

No, I'm not writing your code for you. I will, however, point you in the right direction for learning how to do it

http://static.springsource.org/spring-ldap/docs/1.3.x/reference/html/

Spring LDAP is so much easier to use than the raw LDAP API, which is just plain horrible.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.