dovecot-2.0: auth: Logging improvement for nopassword=y.

dovecot at dovecot.org dovecot at dovecot.org
Wed Jan 19 00:25:51 EET 2011


details:   http://hg.dovecot.org/dovecot-2.0/rev/4b16a5b1da62
changeset: 12568:4b16a5b1da62
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Jan 19 00:25:47 2011 +0200
description:
auth: Logging improvement for nopassword=y.

diffstat:

 src/auth/auth-request.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r 7ecc5e10da57 -r 4b16a5b1da62 src/auth/auth-request.c
--- a/src/auth/auth-request.c	Mon Jan 17 21:25:01 2011 +0200
+++ b/src/auth/auth-request.c	Wed Jan 19 00:25:47 2011 +0200
@@ -1474,7 +1474,8 @@
 	}
 
 	if (request->no_password) {
-		auth_request_log_info(request, subsystem, "No password");
+		auth_request_log_debug(request, subsystem,
+				       "Allowing any password");
 		return 1;
 	}
 


More information about the dovecot-cvs mailing list