From 932cddcd93b6f780c43a151a1158b398f7b7f263 Mon Sep 17 00:00:00 2001 From: Michael Ortmann <41313082+michaelortmann@users.noreply.github.com> Date: Mon, 16 Dec 2024 22:58:36 +0100 Subject: [PATCH] sasl-timeout works fine --- src/mod/server.mod/sasl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mod/server.mod/sasl.c b/src/mod/server.mod/sasl.c index ab884871d..a854dc7b7 100644 --- a/src/mod/server.mod/sasl.c +++ b/src/mod/server.mod/sasl.c @@ -516,7 +516,6 @@ static void sasl_scram_step_2(char *restrict client_msg_plain, #endif /* TLS */ /* TODO: - * guard sasl auth with timeout * sasl-password should be sasl-password-file so we read the pass from file * and keep it only in memory while we need it, * we could also enable/disable all sasl raw bindings to minimize attack