Groupmembers Panel

From SME Server
Revision as of 16:16, 13 June 2016 by Unnilennium (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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.

Version

Contrib 10:
Contrib 9:
smeserver-groupmembers-panel
The latest version of smeserver-groupmembers-panel is available in the SME repository, click on the version number(s) for more information.



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


Bugs

Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-groupmembers-panelcomponent or use this link .

"No open bugs found."

Changelog

Only released version in smecontrib are listed here.

smeserver-groupmembers-panel Changelog: SME 10 (smecontribs)
2021/08/22 Terry Fage 1.0.4-3.sme
- apply locale 2013-07-14 patch
2021/03/27 Brian Read 1.0.4-2.sme
- Add Update event to createlinks [SME: 11081]

2021/03/27 BogusDateBot
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,

 by assuming the date is correct and changing the weekday.
Sat May 21 2008 --> Sat May 17 2008 or Wed May 21 2008 or Sat May 24 2008 or ....
2020/11/04 Michel Begue 1.0.4-1.sme
- first import for sme 10 [SME: 11081]
2016/06/09 Jean-Philipe Pialasse 1.0.2-2.sme
- Add Update event to createlinks wrong module path [SME: 9562]


--