Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

How to authenticate encrypted password at LDAP server

share|improve this question
You need to provide some kind of better detail, than you currently have now. What LDAP server? In what application/framework/language? Your question is impossible to answer or address as currently written. – geoffc Oct 28 '10 at 14:57
I disagree. It doesn't make any difference what LDAP server. The language doesn't make much difference either. The library does in that some i.e. JNDI expose the bind operation as 'reconnect', but that can be covered in a proper answer. For a counter-example that refutes your final assertion see below. – EJP Nov 1 '10 at 1:14

1 Answer

In general the answer is to attempt an LDAP bind operation with those credentials. Note that this is not the same as a JNDI bind, it is a JNDI/LDAP reconnect.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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