From: Aki Tuomi Date: Tue, 4 Oct 2022 09:37:44 +0000 (+0300) Subject: login-common: Clarify client error when login attempted without TLS X-Git-Tag: 2.4.0~3406 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81286c48939326105bf1e290dae9e16eee0effb5;p=thirdparty%2Fdovecot%2Fcore.git login-common: Clarify client error when login attempted without TLS --- diff --git a/src/login-common/client-common-auth.c b/src/login-common/client-common-auth.c index 761ba17dbd..285cf3f195 100644 --- a/src/login-common/client-common-auth.c +++ b/src/login-common/client-common-auth.c @@ -1015,7 +1015,7 @@ client_auth_begin_common(struct client *client, const char *mech_name, "SSL required for authentication"); client->auth_attempts++; client_auth_result(client, CLIENT_AUTH_RESULT_SSL_REQUIRED, NULL, - "Authentication not allowed until SSL/TLS is enabled."); + "Authentication disallowed on non-secure (SSL/TLS) connections."); return 1; }