Can someone send me the JAVA LDAP code to connect and to search/modify in a directory server
|
|
|||||||
|
closed as not a real question by Stephen Wrighton, ceejayoz, Kevin, devio, Stu Thompson Aug 26 at 19:08 |
|
|
Check out the Manning Ldap book code http://www.manning-source.com/books/donley/donley%5Fsrc.zip or the spring ldap template. |
|||
|
|
|
|
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. |
||
|
|
|
|
@Sasi, reading your question, I try to imagine millions of people at the office posting on stackoverflow and doing nothing all day long. |
||
|
|
|
|
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. |
|||
|
|
