]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Set client dedup_authenticator to "yes" by default
authorNick Porter <nick@portercomputing.co.uk>
Thu, 24 Apr 2025 08:21:14 +0000 (09:21 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Thu, 24 Apr 2025 08:21:14 +0000 (09:21 +0100)
src/lib/server/client.c

index a13b5a58028d2cc169a7f95e970db7f7c90ec5db..3c9bed08b48a01a6b0f0be71a832195933afcb19 100644 (file)
@@ -450,7 +450,7 @@ static const conf_parser_t client_config[] = {
          .uctx = &(cf_table_parse_ctx_t){ .table = fr_radius_limit_proxy_state_table, .len = &fr_radius_limit_proxy_state_table_len },
          .dflt = "auto" },
 
-       { FR_CONF_OFFSET("dedup_authenticator", fr_client_t, dedup_authenticator) },
+       { FR_CONF_OFFSET("dedup_authenticator", fr_client_t, dedup_authenticator), .dflt = "yes" },
 
        { FR_CONF_OFFSET("response_window", fr_client_t, response_window) },