From 5a54c4b8df792e9632af028eb70e65af11787dc2 Mon Sep 17 00:00:00 2001 From: Michael McGrath Date: Fri, 7 Mar 2008 11:56:13 -0600 Subject: [PATCH] make this a little easier to understand --- fas/fas2.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fas/fas2.sql b/fas/fas2.sql index cf9aa8a..427021e 100644 --- a/fas/fas2.sql +++ b/fas/fas2.sql @@ -453,7 +453,7 @@ INSERT INTO groups (name, display_name, owner_id, group_type) VALUES ('cla_sign' INSERT INTO groups (name, display_name, owner_id, group_type) VALUES ('cla_click', 'Click-through CLA Group', (SELECT id from people where username='admin'), 'tracking'); INSERT INTO groups (name, display_name, owner_id, group_type) VALUES ('accounts', 'Account System Admins', (SELECT id from people where username='admin'), 'tracking'); INSERT INTO groups (name, display_name, owner_id, group_type) VALUES ('fedorabugs', 'Fedora Bugs Group', (SELECT id from people where username='admin'), 'tracking'); -INSERT INTO groups (name, display_name, owner_id, group_type) VALUES ('fas-system', 'System users allowed to get password and key information', (SELECT id from people where username='admin'), 'tracking'); +INSERT INTO groups (name, display_name, owner_id, group_type) VALUES ('fas-system', 'System users allowed to get password and key information', (SELECT id from people where username='admin'), 'system'); INSERT INTO person_roles (person_id, group_id, role_type, role_status, internal_comments, sponsor_id) VALUES ((SELECT id from people where username='admin'), (select id from groups where name='accounts'), 'administrator', 'approved', 'created at install time', (SELECT id from people where username='admin'));