Skip to content

Commit

Permalink
framework for per-module migration flags
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Sep 17, 2023
1 parent 1acc492 commit af046c6
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 7 deletions.
1 change: 1 addition & 0 deletions src/tests/modules/always/migrate.conf
1 change: 1 addition & 0 deletions src/tests/modules/attr_filter/migrate.conf
1 change: 1 addition & 0 deletions src/tests/modules/chap/migrate.conf
1 change: 1 addition & 0 deletions src/tests/modules/dict/migrate.conf
1 change: 1 addition & 0 deletions src/tests/modules/exec/migrate.conf
1 change: 1 addition & 0 deletions src/tests/modules/files/migrate.conf
4 changes: 4 additions & 0 deletions src/tests/modules/migrate.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
migrate {
tmpl_tokenize_all_nested = true
forbid_update = true
}
1 change: 1 addition & 0 deletions src/tests/modules/pap/migrate.conf
8 changes: 1 addition & 7 deletions src/tests/modules/unit_test_module.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,7 @@ security {
allow_vulnerable_openssl = yes
}

#
# @todo - set all of these flags!
#
#migrate {
# tmpl_tokenize_all_nested = true
# forbid_update = true
#}
$-INCLUDE $ENV{MODULE_TEST_DIR}/migrate.conf

delete_from_radacct = "DELETE FROM radcheck WHERE AcctSessionId ="
delete_from_radcheck = "DELETE FROM radcheck WHERE username ="
Expand Down

0 comments on commit af046c6

Please sign in to comment.