Groupmembers Panel

From SME Server
Revision as of 14:17, 23 April 2008 by Mweinber (talk | contribs) (New page: === Maintainer === Michael Weinberger === Introduction === This contrib provides a modified groups panel to be used together with the [http://www.dungog.net/wiki/Usermanager#User_Manager ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Maintainer

Michael Weinberger

Introduction

This contrib provides a modified groups panel to be used together with the 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.

Download and Installation

/usr/bin/yum install --enablerepo=smecontribs smeserver-groupmembers-panel
/etc/e-smith/events/actions/navigation-conf

Configuration

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

/usr/bin/yum erase smeserver-groupmembers-panel