dovecot-1.3: pam: Compiling fix.
dovecot at dovecot.org
dovecot at dovecot.org
Mon Apr 6 20:14:08 EEST 2009
details: http://hg.dovecot.org/dovecot-1.3/rev/d2a1254e1e24
changeset: 9019:d2a1254e1e24
user: Timo Sirainen <tss at iki.fi>
date: Mon Apr 06 13:14:03 2009 -0400
description:
pam: Compiling fix.
diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
src/auth/passdb-pam.c | 2 +-
diffs (12 lines):
diff -r aeb2bd9d6951 -r d2a1254e1e24 src/auth/passdb-pam.c
--- a/src/auth/passdb-pam.c Mon Apr 06 13:09:02 2009 -0400
+++ b/src/auth/passdb-pam.c Mon Apr 06 13:14:03 2009 -0400
@@ -180,7 +180,7 @@ static int try_pam_auth(struct auth_requ
auth_request_log_error(request, "pam", "%s", str);
} else if (status == PAM_AUTH_ERR) {
str = t_strconcat(str, " (password mismatch?)", NULL);
- if (request->auth->verbose_debug_passwords) {
+ if (request->auth->set->debug_passwords) {
str = t_strconcat(str, " (given password: ",
request->mech_password,
")", NULL);
More information about the dovecot-cvs
mailing list