From: Alan T. DeKok Date: Fri, 14 Jul 2023 20:56:24 +0000 (-0400) Subject: note migration flags for tests X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c35cc0ca4b75c571d4cc9129edccdfb41913c46;p=thirdparty%2Ffreeradius-server.git note migration flags for tests --- diff --git a/src/tests/modules/unit_test_module.conf b/src/tests/modules/unit_test_module.conf index dfd169b415e..5c029d55fa1 100644 --- a/src/tests/modules/unit_test_module.conf +++ b/src/tests/modules/unit_test_module.conf @@ -12,6 +12,16 @@ security { allow_vulnerable_openssl = yes } +# +# @todo - set all of these flags! +# +#migrate { +# use_new_conditions = true +# tmpl_tokenize_all_nested = true +# pair_legacy_nested = true +# forbid_update = true +#} + delete_from_radacct = "DELETE FROM radcheck WHERE AcctSessionId =" delete_from_radcheck = "DELETE FROM radcheck WHERE username =" delete_from_radreply = "DELETE FROM radreply WHERE username ="