dovecot-2.1: auth: Handle proxy_maybe=yes for PASS lookups. (Fix...

dovecot at dovecot.org dovecot at dovecot.org
Mon Dec 12 07:04:57 EET 2011


details:   http://hg.dovecot.org/dovecot-2.1/rev/672f2737f596
changeset: 13850:672f2737f596
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Dec 12 07:04:46 2011 +0200
description:
auth: Handle proxy_maybe=yes for PASS lookups. (Fixes it for LMTP.)

diffstat:

 src/auth/auth-master-connection.c |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r b9fcac239aed -r 672f2737f596 src/auth/auth-master-connection.c
--- a/src/auth/auth-master-connection.c	Mon Dec 12 06:48:44 2011 +0200
+++ b/src/auth/auth-master-connection.c	Mon Dec 12 07:04:46 2011 +0200
@@ -296,6 +296,8 @@
 	struct auth_stream_reply *reply = auth_request->extra_fields;
 	string_t *str;
 
+	auth_request_proxy_finish(auth_request, result == PASSDB_RESULT_OK);
+
 	str = t_str_new(128);
 	switch (result) {
 	case PASSDB_RESULT_OK:


More information about the dovecot-cvs mailing list