Difference between revisions of "Groupmembers Panel"

From SME Server
Jump to navigationJump to search
(Level)
Line 6: Line 6:
  
 
=== Introduction ===
 
=== Introduction ===
This contrib provides a modified groups panel to be used together with the [http://www.dungog.net/wiki/Usermanager#User_Manager smeserver-userpanel] 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.
+
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 15:35, 1 February 2014

Groupmember panel for user manager

PythonIcon.png Skill level: Medium
The instructions on this page require a basic knowledge of linux.


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