I'm trying to authenticate a user via WS PasswordDigest using Spring Security to an LDAP server. I was searching in several posts that it possible to do it, but I cannot do it. Is it?
I made it work with PasswordText, but I cannot get the password when I use PasswordDigest.
The problem is that I cannot authenticate the user on the LDAP Server because I cannot get the password in plain text.

salu2...
masch...