Update of /cvsroot/macs/macs/data
In directory sc8-pr-cvs1:/tmp/cvs-serv3262/data
Modified Files:
initdb.pl.in
Log Message:
Added perms for users on themselves
Index: initdb.pl.in
===================================================================
RCS file: /cvsroot/macs/macs/data/initdb.pl.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** initdb.pl.in 6 Aug 2003 10:08:31 -0000 1.6
--- initdb.pl.in 28 Aug 2003 19:25:21 -0000 1.7
***************
*** 251,254 ****
--- 251,257 ----
\'FrT;@1|%2|$32|/macs_name_space/macs/user/login$4|test');
+ $dbi->set_perm($macs_user_guest, 0, $macs_user_guest, 0, 1, 0, 0, 0);
+ $dbi->set_perm($macs_user_test, 0, $macs_user_test, 0, 1, 0, 0, 0);
+ $dbi->set_perm($macs_user_macs, 0, $macs_user_macs, 0, 1, 0, 0, 0);
$dbi->set_perm($macs_user, 0, $macs_group_admin, 0, 1, 0, 0, 0);
$dbi->set_perm($macs_group, 0, $macs_group_admin, 0, 1, 0, 0, 0);
|