[Dovecot] auth_debug_passwords only on mismatches?
From the configuration notes (1.0.10), it sounds like setting 'auth_debug_passwords' will only log the user supplied password if there was a mismatch.. When I set it (with auth_debug=no), I get a good amount of auth debug info, regardless of password matching..
dovecot.conf: # In case of password mismatches, log the passwords and used scheme so the # problem can be debugged. Requires auth_debug=yes to be set. auth_debug_passwords = yes
I'm basically looking to just add a "login failed" line, with the username, and supplied passsword when a mismatch occurs.. Is there currently a way to do this without modifying the code?
Thanks!
-Mike
On Mar 4, 2008, at 6:02 PM, Mike wrote:
From the configuration notes (1.0.10), it sounds like setting 'auth_debug_passwords' will only log the user supplied password if
there was a mismatch.. When I set it (with auth_debug=no), I get a good amount
of auth debug info, regardless of password matching..
No, auth_debug_passwords=yes always enables auth_debug=yes
I'm basically looking to just add a "login failed" line, with the
username, and supplied passsword when a mismatch occurs.. Is there currently a way to do this without modifying the code?
No. I don't think failed passwords should be logged except while
debugging.
participants (2)
-
Mike
-
Timo Sirainen