From dc02ecaf500ed002d394e4297f528f172052545d Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 6 Apr 2009 13:14:03 -0400 Subject: [PATCH] pam: Compiling fix. --HG-- branch : HEAD --- src/auth/passdb-pam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth/passdb-pam.c b/src/auth/passdb-pam.c index ee05c053d2..ea6b2b39e9 100644 --- a/src/auth/passdb-pam.c +++ b/src/auth/passdb-pam.c @@ -180,7 +180,7 @@ static int try_pam_auth(struct auth_request *request, pam_handle_t *pamh, 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); -- 2.47.3