dovecot-2.1: login: If auth_debug_passwords=yes, assume auth_deb...

dovecot at dovecot.org dovecot at dovecot.org
Fri Jan 27 14:16:21 EET 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/520fcb49c939
changeset: 14005:520fcb49c939
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Jan 27 14:15:30 2012 +0200
description:
login: If auth_debug_passwords=yes, assume auth_debug/auth_verbose=yes

diffstat:

 src/login-common/login-settings.c |  2 ++
 src/login-common/login-settings.h |  1 +
 2 files changed, 3 insertions(+), 0 deletions(-)

diffs (23 lines):

diff -r 581aaea8569c -r 520fcb49c939 src/login-common/login-settings.c
--- a/src/login-common/login-settings.c	Fri Jan 27 14:15:06 2012 +0200
+++ b/src/login-common/login-settings.c	Fri Jan 27 14:15:30 2012 +0200
@@ -143,6 +143,8 @@
 		set->ssl_verify_client_cert = TRUE;
 	}
 
+	if (set->auth_debug_passwords)
+		set->auth_debug = TRUE;
 	if (set->auth_debug)
 		set->auth_verbose = TRUE;
 
diff -r 581aaea8569c -r 520fcb49c939 src/login-common/login-settings.h
--- a/src/login-common/login-settings.h	Fri Jan 27 14:15:06 2012 +0200
+++ b/src/login-common/login-settings.h	Fri Jan 27 14:15:30 2012 +0200
@@ -26,6 +26,7 @@
 	bool disable_plaintext_auth;
 	bool auth_verbose;
 	bool auth_debug;
+	bool auth_debug_passwords;
 	bool verbose_proctitle;
 
 	unsigned int mail_max_userip_connections;


More information about the dovecot-cvs mailing list