Re: Authenticating the user supplied password with the password stored in the LDAP
Posted By:
Christopher_Koenigsberg
Posted On:
Saturday, May 21, 2005 06:18 PM
Sounds like 1-way encryption (really a hash). If so, you will presumably have to encrypt your copy, using the same algorithm as the LDAP database does, and then compare the 2 encrypted copies.