Difference between revisions of "Groupmembers Panel"
(Level) |
|||
Line 6: | Line 6: | ||
=== Introduction === | === Introduction === | ||
− | This contrib provides a modified groups panel to be used together with the [ | + | This contrib provides a modified groups panel to be used together with the [[UserManager]] contrib. In this panel only the members of the groups can be changed. All other functions like create, delete and editing the description are removed. The maintenance of groups can be delegated to normal users without the risk that they inadvertently delete groups. |
=== Download and Installation === | === Download and Installation === |
Revision as of 14:35, 1 February 2014
Groupmember panel for user manager
Maintainer
Michael Weinberger
Introduction
This contrib provides a modified groups panel to be used together with the UserManager contrib. In this panel only the members of the groups can be changed. All other functions like create, delete and editing the description are removed. The maintenance of groups can be delegated to normal users without the risk that they inadvertently delete groups.
Download and Installation
/usr/bin/yum install --enablerepo=smecontribs smeserver-groupmembers-panel /etc/e-smith/events/actions/navigation-conf
Configuration
Delegate the 'Group members' panel to a user in the 'Security'->'User Panel Access' panel.
By default the user can edit all groups. You can restrict the access to a comma separated list of groups defined in property 'delegatedGroups' in the user's account record.
Example: You want restrict user 'jsixpack' to edit the groupmembers of the groups 'sales' and 'devel':
db accounts setprop jsixpack delegatedGroups sales,devel
To allow user 'jsixpack' to edit all groups again, remove the 'delegatedGroups' property:
db accounts delprop jsixpack delegatedGroups
Uninstall
rpm -e smeserver-groupmembers-panel