https://issues.apache.org/bugzilla/show_bug.cgi?id=45196
--- Comment #12 from Eric Covener <[EMAIL PROTECTED]> 2008-06-30 13:13:21 PST --- > Could you suggest me any kind of digest auth with ldap? That would be very > helpful. > I don't think it's possible in general, because ldap would need to know the users plaintext password to be able to generate the necessary hash to provide to the digest code. for dbm and file auth, you've explicitly stored this hash in a local database. if you wanted to store this same hash in an ldap attribute, it would require an enhancement in Apache to be able to pull the hash out. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
