dovecot-2.1: login: Log message change: Tried to use s/disabled/...

dovecot at dovecot.org dovecot at dovecot.org
Tue Apr 17 13:56:11 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/d6376942d9a6
changeset: 14420:d6376942d9a6
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Apr 17 13:56:00 2012 +0300
description:
login: Log message change: Tried to use s/disabled/disallowed/ plaintext auth

diffstat:

 src/login-common/client-common.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r b60701dd4751 -r d6376942d9a6 src/login-common/client-common.c
--- a/src/login-common/client-common.c	Mon Apr 16 22:05:47 2012 +0300
+++ b/src/login-common/client-common.c	Tue Apr 17 13:56:00 2012 +0300
@@ -616,7 +616,7 @@
 
 	/* some auth attempts without SSL/TLS */
 	if (client->auth_tried_disabled_plaintext)
-		return "(tried to use disabled plaintext auth)";
+		return "(tried to use disallowed plaintext auth)";
 	if (client->set->auth_ssl_require_client_cert &&
 	    client->ssl_proxy == NULL)
 		return "(cert required, client didn't start TLS)";


More information about the dovecot-cvs mailing list