]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/tests/datasets/sql/remoteauth.sql
LP#1817645: sample data for testing remote patron auth
[working/Evergreen.git] / Open-ILS / tests / datasets / sql / remoteauth.sql
1 -- config for Basic HTTP Authentication (SYS1)
2 INSERT INTO config.remoteauth_profile
3     (name, description, context_org, enabled, perm,
4         restrict_to_org, allow_inactive, allow_expired, block_list)
5     VALUES ('Basic', 'Basic HTTP Authentication for SYS1', 2, TRUE, 1,
6         TRUE, FALSE, FALSE, NULL);
7