1 Summary: Group does not confer default permission to members
3 CreatedBy: Andrew McMillan <andrew@morphoss.com>
4 AssignedTo: Andrew McMillan <andrew@morphoss.com>
5 Inserted: 2010-12-29T23:42:42
6 Updated: 2011-01-02T21:10:16
8 A member of a group should have a minimum of the default permission
9 granted to them when accessing things owned directly by that group.
11 It would appear that is not the case:
13 Travis Williams reports:
15 I'm having a little trouble with group permissions.
17 I created a group called test. I set the privileges granted to all
18 users to read. I then created a few collections and said use the
19 default privileges. I created a new user and made him part of the
20 test group but he can't read the collection unless i 1) give him
21 explicit permissions or 2) I have to give the group specific
22 permissions to that collection (even though it is that groups
25 Am I misunderstanding how this works?
27 Basicall I want to have a group with a bunch of collections (read
28 only), and when I add a new principal to that group I want them to
29 get read permissions to the collections, and when I add a new
30 collection I want everyone to be able to read it.