Group Inheritance and User Permissions [message #21987] |
Thu, 06 January 2005 21:55 |
mikelcu
Messages: 7 Registered: January 2005 Location: Portland, OR
Karma: 0
|
Junior Member |
|
|
I am a bit confused by one way inheritance works in regard to user permissions.
I have a setup with a main group A, and subgroup B.
Group B inherits from Group A
all forums under Group B inherit from Group B
If (for example) I change 'Read' to 'NO' in Group A, 'Read' turns to 'NO' all the way down to individual forums via the inheritance, as I would expect.
Next I log in as group leader for Group B. The option to change "Read" for any forums inheriting from Group B is gone, as it should be.
But here is the part I don't quite understand. Although I changed 'Read' to 'NO' as admin, the user permissions for the group leader show that 'Read' permission is still set to 'Yes' inside all the subgroups.
I expected that if I changed permissions in a parent group, that the changes would not only affect subgoups/forums, but it would also affect the current permissions of group members, even the leaders.
What this would mean is if I wanted to turn off 'Read' for all groups and members under Group A, I would have to change the setting in the groups manager for Group A (this covers groups), but then I would have to go (as admin, since leaders can no longer change 'Read') to each existing member of all groups under Group A and manually change the individual user permissions for each group.
I guess the base question is this:
Is there a way to affect group member permissions based on a change made to permissions of a parent group?
If not, is the normal way to change permissions for group members to change them each individually or am I missing something?
Hopefully this makes some kind of sense
TIA
-mike
[Updated on: Thu, 06 January 2005 21:56] Report message to a moderator
|
|
|
Re: Group Inheritance and User Permissions [message #21988 is a reply to message #21987] |
Thu, 06 January 2005 22:01 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The group permissions & inheretinces inside the group manager only pertain to the maximum permission a group manager can grant to the members of his group(s).
FUDforum Core Developer
|
|
|
|
Re: Group Inheritance and User Permissions [message #22012 is a reply to message #21989] |
Sun, 09 January 2005 16:44 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
There are few tricks you should be aware of when dealing with groups:
1) Suppose you need to add many users with the same set of permissions.
After the 1st user is added the group manager (user land) will use the permissions given the previously added user as defaults. So to add further user(s) you just put their name and submit the form.
2) Suppose you need to control resources of >1 forum. Rather then adding users to each inidividual forum, using the admin group manager you can create a new group controlling resources of >1 forum.
3) If you have many existing users and you wish to perform some permissions changing operation on all of them, you can do so by making the change in the database and then running the consistency checker.
FUDforum Core Developer
|
|
|