From: Alan T. DeKok Date: Wed, 7 Jan 2026 18:54:57 +0000 (-0500) Subject: tweak name of configuration option X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7da690ecae16737bd83cbec97ee76cdc7e16254c;p=thirdparty%2Ffreeradius-server.git tweak name of configuration option --- diff --git a/src/lib/server/client.c b/src/lib/server/client.c index f8d0ff3c9be..a5fcaaf6c53 100644 --- a/src/lib/server/client.c +++ b/src/lib/server/client.c @@ -456,7 +456,7 @@ static const conf_parser_t client_config[] = { /* * For vendors who violate the RFCs and go out of their way to make their systems vulnerable. */ - { FR_CONF_OFFSET("nas_violates_rfc_security_requirements", fr_client_t, allow_vulnerable_clients) }, + { FR_CONF_OFFSET("nas_violates_message_authenticator_rfc", fr_client_t, allow_vulnerable_clients) }, #endif { FR_CONF_POINTER("proto", FR_TYPE_STRING, 0, &hs_proto) },