I am working on an app that is going to require using the clients LDAP server. They have given us the info and creditials. Is there any way I can, via the command line in LINUX, send a user/pass to their server and get a response?

link|improve this question

71% accept rate
feedback

1 Answer

up vote 1 down vote accepted

OpenLDAP's client tools take the DN to bind as via -D, and -W or -w is used for the password.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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