views:

12

answers:

1

How to authenticate encrypted password at LDAP server

A: 

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.

EJP