]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
tweak name of configuration option
authorAlan T. DeKok <aland@freeradius.org>
Wed, 7 Jan 2026 18:54:57 +0000 (13:54 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 7 Jan 2026 18:54:57 +0000 (13:54 -0500)
src/lib/server/client.c

index f8d0ff3c9befba3bdaf6e814ae98e7d1d6b00984..a5fcaaf6c537fb0fa1a44909112d5d545895fe48 100644 (file)
@@ -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) },