]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
Add tests of sql User-Profile processing
authorNick Porter <nick@portercomputing.co.uk>
Wed, 10 Apr 2024 14:43:29 +0000 (15:43 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Tue, 23 Apr 2024 09:47:05 +0000 (10:47 +0100)
commit57901e1caa95ae90981c2da36baf58a4fcf45d5e
treeaa3a4ccdb5541f004d744b47e2c15f548d475085
parentac4e95798a4d5b4ae5bfcf21897191d5a8398673
Add tests of sql User-Profile processing
24 files changed:
src/tests/modules/sql/groups_no_profiles.attrs [new file with mode: 0644]
src/tests/modules/sql/groups_no_profiles.unlang [new file with mode: 0644]
src/tests/modules/sql/groups_then_profiles.attrs [new file with mode: 0644]
src/tests/modules/sql/groups_then_profiles.unlang [new file with mode: 0644]
src/tests/modules/sql/profiles.attrs [new file with mode: 0644]
src/tests/modules/sql/profiles.unlang [new file with mode: 0644]
src/tests/modules/sql_mysql/groups_no_profiles.attrs [new symlink]
src/tests/modules/sql_mysql/groups_no_profiles.unlang [new symlink]
src/tests/modules/sql_mysql/groups_then_profiles.attrs [new symlink]
src/tests/modules/sql_mysql/groups_then_profiles.unlang [new symlink]
src/tests/modules/sql_mysql/profiles.attrs [new symlink]
src/tests/modules/sql_mysql/profiles.unlang [new symlink]
src/tests/modules/sql_postgresql/groups_no_profiles.attrs [new symlink]
src/tests/modules/sql_postgresql/groups_no_profiles.unlang [new symlink]
src/tests/modules/sql_postgresql/groups_then_profiles.attrs [new symlink]
src/tests/modules/sql_postgresql/groups_then_profiles.unlang [new symlink]
src/tests/modules/sql_postgresql/profiles.attrs [new symlink]
src/tests/modules/sql_postgresql/profiles.unlang [new symlink]
src/tests/modules/sql_sqlite/groups_no_profiles.attrs [new symlink]
src/tests/modules/sql_sqlite/groups_no_profiles.unlang [new symlink]
src/tests/modules/sql_sqlite/groups_then_profiles.attrs [new symlink]
src/tests/modules/sql_sqlite/groups_then_profiles.unlang [new symlink]
src/tests/modules/sql_sqlite/profiles.attrs [new symlink]
src/tests/modules/sql_sqlite/profiles.unlang [new symlink]