Displaying 1 result from an estimated 1 matches for "testpassnot".
2014 Mar 24
1
Weird Authentication behaviour
Hi guys,
we use dovecot 2.0.9 and authentication against a mysql database. Everything
works fine, but we found some weird behavior ? when the password is e.g.
?testpass? you also authenticate successfully with ?testpass123? or
?testpassNOT?. Whatever comes after the correct password doesn?t matter, the
authentication is still successful.
Here are the used configs:
// auth-sql.conf.ext
passdb {
driver = sql
args = /etc/dovecot/dovecot-sql.conf.ext
}
userdb {
driver = static
args = uid=vmail gid=vmail home=/data/ma...