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

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


details:   http://hg.dovecot.org/dovecot-2.0/rev/95fc6d9525ce
changeset: 13026:95fc6d9525ce
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 f320e8e760e1 -r 95fc6d9525ce 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
@@ -139,6 +139,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 f320e8e760e1 -r 95fc6d9525ce 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
@@ -24,6 +24,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