Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: cactus on May 17, 2006, 09:58:47 PM

Title: Group of admins
Post by: cactus on May 17, 2006, 09:58:47 PM
Does SMEServer have the ability to create a group of user that have the same rights and permissions as the admin account, a bit like the Domain Admins group in the M$ environment?
Title: Group of admins
Post by: dsemuk on May 18, 2006, 11:12:06 PM
cactus

Give the dungog.net "UserPanelAccess" contrib a try...

You can then give users access to various parts of Server Manager without giving the user full admin rights.

Dave
Title: Group of admins
Post by: crazybob on May 19, 2006, 12:06:38 AM
Check out this old thread. this may do what you want

http://forums.contribs.org/index.php?topic=24327.msg97425#msg97425

Bob
Title: Group of admins
Post by: cactus on May 19, 2006, 04:39:15 PM
Quote from: "dsemuk"
cactus

Give the dungog.net "UserPanelAccess" contrib a try...

You can then give users access to various parts of Server Manager without giving the user full admin rights.

Dave


Thank but that is not what I want, I want a user group so I can easily add users to that group to become a administrator. Having to open panels for every user who has to be an admin everytime panels are added is not an otion I prefer.

Quote from: "crazybob"
Check out this old thread. this may do what you want

http://forums.contribs.org/index.php?topic=24327.msg97425#msg97425

Bob

This seems to be what I want, I will have a try on my testbox this weekend. Thanks.
Title: Group of admins
Post by: kruhm on May 22, 2006, 04:56:55 AM
maybe this will help:

samba-3.x.x, then you can map a SMEserver group/samba group to Microsoft Windows NT4/200x/XP groups easily (very cool).
-view current list of 'built-in' groups with: net groupmap list
-create a new group with the server-manager
-for the description put in your chosen group from the groupmap list

for more info:
chapter 11 at http://www.samba.org/samba/docs/man/Samba3-HOWTO/
man net
net groupmap
Title: Group of admins
Post by: cactus on May 22, 2006, 11:28:52 AM
Quote from: "kruhm"
maybe this will help:

samba-3.x.x, then you can map a SMEserver group/samba group to Microsoft Windows NT4/200x/XP groups easily (very cool).
-view current list of 'built-in' groups with: net groupmap list
-create a new group with the server-manager
-for the description put in your chosen group from the groupmap list

for more info:
chapter 11 at http://www.samba.org/samba/docs/man/Samba3-HOWTO/
man net
net groupmap

Thanks, I will have a look at this as well but I think I have already managed this by the server manager as the net groupmap list command results in the Domain Adminis group pointing to a group already created per the server-manager by me.