diff src/master/login-process.c @ 2691:46f879c46b45 HEAD

auth_verbose now affects imap/pop3 login processes too. Every authentication attempt by client is logged. Also fixed replies in AUTHENTICATE/AUTH commands when it was aborted by client.
author Timo Sirainen <tss@iki.fi>
date Tue, 05 Oct 2004 19:00:18 +0300
parents 857f5f7b512b
children 0f31778d3c34
line wrap: on
line diff
--- a/src/master/login-process.c	Tue Oct 05 18:30:03 2004 +0300
+++ b/src/master/login-process.c	Tue Oct 05 19:00:18 2004 +0300
@@ -419,6 +419,8 @@
 		env_put("VERBOSE_PROCTITLE=1");
 	if (set->verbose_ssl)
 		env_put("VERBOSE_SSL=1");
+	if (set->server->auths->verbose)
+		env_put("VERBOSE_AUTH=1");
 
 	if (set->login_process_per_connection) {
 		env_put("PROCESS_PER_CONNECTION=1");