Posted By:
krishna_moorthy
Posted On:
Wednesday, May 18, 2005 08:23 AM
I want to compare the user supplied password with the password stored in the LDAP, Basically the password stored
in LDAP is encrypted, When I search with the user id
and retrieved the password from the ldap and compared with
the user supplied password. The comparision doesnot works
say for ex
when I tried to print the password it is 3458394302
but the user supplied password is REXSSS..
Is there any way to compare the password.
I am using JNDI...