From: Alan T. DeKok Date: Thu, 16 Jan 2025 21:12:51 +0000 (-0500) Subject: require_enum_prefix=yes is now the default X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=41518ddd3fcaee596d41fb89a58eb2315b02e4ff;p=thirdparty%2Ffreeradius-server.git require_enum_prefix=yes is now the default so we don't need it in the configurations. --- diff --git a/src/tests/keywords/unit_test_module.conf b/src/tests/keywords/unit_test_module.conf index 8571191020..40639a7f27 100644 --- a/src/tests/keywords/unit_test_module.conf +++ b/src/tests/keywords/unit_test_module.conf @@ -13,8 +13,4 @@ security { allow_vulnerable_openssl = yes } -migrate { - require_enum_prefix = yes -} - $INCLUDE ./$ENV{PROTOCOL}.conf diff --git a/src/tests/modules/unit_test_module.conf b/src/tests/modules/unit_test_module.conf index 327a54f858..362a7c1170 100644 --- a/src/tests/modules/unit_test_module.conf +++ b/src/tests/modules/unit_test_module.conf @@ -12,13 +12,6 @@ security { allow_vulnerable_openssl = yes } -# -# Migration flags -# -migrate { - require_enum_prefix = yes -} - delete_from_radacct = "DELETE FROM radacct WHERE AcctSessionId =" delete_from_radcheck = "DELETE FROM radcheck WHERE username =" delete_from_radreply = "DELETE FROM radreply WHERE username ="