Re: [Dovecot] Password environment variable - logging the password
look at the setting:
# 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 = no
Thanks for your replies so far.
As mentioned, I¹d like to be able to log the username and password in plain text after successful login.
I¹m using the mysql userdb, but the passwords are stored in MD5.
I want to be able to get the password within the post login script, not from the log file.
Is there any way to do this?
Thanks.
Donovan
On Jun 6, 2009, at 5:19 AM, Donovan Craig wrote:
I’m using the mysql userdb, but the passwords are stored in MD5.
I want to be able to get the password within the post login script,
not from the log file.Is there any way to do this?
user_query = SELECT '%w' as plain_pass, ...
then it should be in $PLAIN_PASS environment in post-login script.
participants (2)
-
Donovan Craig
-
Timo Sirainen