]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
Add testing of Fall-Through to SQL groups
authorNick Porter <nick@portercomputing.co.uk>
Wed, 3 Apr 2024 09:49:32 +0000 (10:49 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Mon, 8 Apr 2024 13:25:36 +0000 (14:25 +0100)
commitafbc1236a63d9eabf4f844a67c649062c3338863
treefb18cd412bc5c62634390ce618a57c69506a6a82
parent5e520c49c212aee8f25ae6b343d48df386b680aa
Add testing of Fall-Through to SQL groups
16 files changed:
src/tests/modules/sql/groups_fall_through.attrs [new file with mode: 0644]
src/tests/modules/sql/groups_fall_through.unlang [new file with mode: 0644]
src/tests/modules/sql/groups_no_fall_through.attrs [new file with mode: 0644]
src/tests/modules/sql/groups_no_fall_through.unlang [new file with mode: 0644]
src/tests/modules/sql_mysql/groups_fall_through.attrs [new symlink]
src/tests/modules/sql_mysql/groups_fall_through.unlang [new symlink]
src/tests/modules/sql_mysql/groups_no_fall_through.attrs [new symlink]
src/tests/modules/sql_mysql/groups_no_fall_through.unlang [new symlink]
src/tests/modules/sql_postgresql/groups_fall_through.attrs [new symlink]
src/tests/modules/sql_postgresql/groups_fall_through.unlang [new symlink]
src/tests/modules/sql_postgresql/groups_no_fall_through.attrs [new symlink]
src/tests/modules/sql_postgresql/groups_no_fall_through.unlang [new symlink]
src/tests/modules/sql_sqlite/groups_fall_through.attrs [new symlink]
src/tests/modules/sql_sqlite/groups_fall_through.unlang [new symlink]
src/tests/modules/sql_sqlite/groups_no_fall_through.attrs [new symlink]
src/tests/modules/sql_sqlite/groups_no_fall_through.unlang [new symlink]