]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
config: old-set-parser - Remove mention about external auth server
authorAki Tuomi <aki.tuomi@open-xchange.com>
Fri, 17 Feb 2023 10:07:01 +0000 (12:07 +0200)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Fri, 17 Feb 2023 10:07:01 +0000 (12:07 +0200)
src/config/old-set-parser.c

index b61acfe8729fc7887f8f47af8984b6eadf144d48..fa04c3578ee9dc31cc499133d1a98960648a2e95 100644 (file)
@@ -639,7 +639,7 @@ static bool old_auth_section(struct config_parser_context *ctx,
        }
        if (strcmp(key, "socket") == 0 && ctx->old->auth_section == 2) {
                if (strcmp(value, "connect") == 0) {
-                       obsolete(ctx, "socket connect {} is no longer supported, configure external auth server separately");
+                       obsolete(ctx, "socket connect {} is no longer supported");
                        return FALSE;
                }
                if (strcmp(value, "listen") != 0)