Displaying 1 result from an estimated 1 matches for "d4jdssf2ktl8sxxxxxx".
2006 Mar 31
1
Authentication Problem MD5 hashs
Hello
I've migrated to dovecot-1.0beta3 and I have taken over the password
files from an older system. For some reason the md5 hashs have "[" chars
in the salt.
For example like this $1$[xxxXX[E$bg/d4JdSSf2kTL8sXXxXXX
Now the problem is that in the file src/auth/db-passwd-file.c on line 43
for libpam-pwdfile compatibility it will be searched for "[" to find the
type of the password hash. Then only the hash up to this point will be
used in future for comparing the passwords.
The problem line....