Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-security-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-security-create.sql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-security-create.sql 29 Nov 2001 06:05:37 -0000 1.2 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-security-create.sql 3 Dec 2001 02:51:27 -0000 1.3 @@ -15,6 +15,9 @@ DECLARE BEGIN + -- the ability to browse dotLRN in general + acs_privilege.create_privilege('dotlrn_browse'); + -- the ability to even view that a community exists acs_privilege.create_privilege('dotlrn_view_community'); @@ -49,6 +52,9 @@ acs_privilege.add_child('admin', 'dotlrn_admin_community'); acs_privilege.add_child('admin', 'dotlrn_admin_community_type'); + -- for now, we only want admins to be able to browse by default + acs_privilege.add_child('admin', 'dotlrn_browse'); + -- no default permissions end;