From: Salve J. N. <sj...@us...> - 2005-04-13 09:22:17
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_user/data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25971/data Added Files: install_security.csv Removed Files: install_security.dat Log Message: - Update install_security to reflect that it's a CSV file - Update MANIFEST --- NEW FILE: install_security.csv --- import_type = object; spops_class = OpenInteract2::Security; transform_default = object_id, scope_id; class | object_id | scope | scope_id | security_level OpenInteract2::Action::User | 0 | w | world | 4 OpenInteract2::Action::User | 0 | g | public_group | 8 OpenInteract2::Action::User | 0 | g | site_admin_group | 8 OpenInteract2::User | superuser | u | superuser | 8 OpenInteract2::User | superuser | w | world | 4 --- install_security.dat DELETED --- |