On Wed, 2004-12-22 at 18:36 +0100, Farkas Levente wrote:
it takes me another hour do debug it again, although i already report it for both joshua and timo. the original patch for openldap's md5 crypt has a small bug. in passdb-ldap.c the schema is already PLAIN-MD5 since that was set in the other part of the original patch in password-scheme.c. do anybody use dovecot with ldap and md5 password?
Hmm. That's a bit kludgy fix since then {PLAIN-MD5} would work differently with LDAP. Maybe I'll just remove the special case from password-scheme.c instead?
anyway in the current 1.0 series the PLAIN-MD5 and LDAP-MD5 schema are different. at least plain_md5_verify and plain_md5_generate differ from ldap_md5_verify and ldap_md5_generate. why?
hex vs. base64.