From: Timo Sirainen Date: Mon, 2 May 2022 09:56:06 +0000 (+0300) Subject: login-common: Add debug logging when doing reauth X-Git-Tag: 2.4.0~4060 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=555ed013d5b18303d7a016aaa4e4923db0e19ff6;p=thirdparty%2Fdovecot%2Fcore.git login-common: Add debug logging when doing reauth --- diff --git a/src/login-common/client-common-auth.c b/src/login-common/client-common-auth.c index 71e7abe847..958b078d4b 100644 --- a/src/login-common/client-common-auth.c +++ b/src/login-common/client-common-auth.c @@ -433,6 +433,8 @@ proxy_redirect_reauth(struct client *client, const char *destuser, struct auth_request_info info; const char *client_error; + e_debug(client->event, "Reauthenticating user %s (redirect to %s)", + destuser, net_ipport2str(ip, port)); if (sasl_server_auth_request_info_fill(client, &info, &client_error) < 0) { const char *error = t_strdup_printf( "Unexpected failure on reauth: %s", client_error);