]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
require_enum_prefix=yes is now the default
authorAlan T. DeKok <aland@freeradius.org>
Thu, 16 Jan 2025 21:12:51 +0000 (16:12 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 16 Jan 2025 21:12:51 +0000 (16:12 -0500)
so we don't need it in the configurations.

src/tests/keywords/unit_test_module.conf
src/tests/modules/unit_test_module.conf

index 857119102071de4fdf4a9c4e194934654e08b849..40639a7f27f0ff945a48aa6cdc5348dc185b8f3a 100644 (file)
@@ -13,8 +13,4 @@ security {
        allow_vulnerable_openssl = yes
 }
 
-migrate {
-       require_enum_prefix = yes
-}
-
 $INCLUDE ./$ENV{PROTOCOL}.conf
index 327a54f8583df98e6ac8fe2a9ac2edffea525ffd..362a7c11700dd46c2e33113d7d9d7b2f3e5067f9 100644 (file)
@@ -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 ="