TUTOS knows about three different permission types for objects. These permissions could be granted to individual users , whole teams or everybody. (the similarity with the Unix security model is off course purely coincidental :-) The "see" permission allows one to see all details of an object. The "modify" permission additionally allows one to modify an entry. And the last one, the "delete" permission, allows the deletion of an object. To modify the permissions of an object a user must have "delete" permission.
The default permission setting is mainly influenced by the setting of the "defaultacl" option in php/config.pinc.
0 = everybody will see the object 1 = all teams of the creator can see it 2 = provide some per user defaults (see below) |
Another way to influence the default permissions setting is to define some default permission set for new objects in the user setup page.