1748265 Members
3965 Online
108760 Solutions
New Discussion юеВ

Re: User ADD

 
SOLVED
Go to solution

User ADD

Hi,
Is it possible to give a group of users only permission to create and Manage users.
like an Account operator in Windows.
6 REPLIES 6
Pete Randall
Outstanding Contributor
Solution

Re: User ADD

You could set them up with restricted SAM (sam -r).

Pete

Pete
Steve Steel
Honored Contributor

Re: User ADD

Hi

You can give users limited sam access to do this

see

man sam with -r


-r Invoke the Restricted SAM Builder. This
enables the system administrator to provide
limited nonsuperuser access to SAM
functionality. You must be a superuser to

Hewlett-Packard Company - 1 - HP-UX Release 11.00: October 1997

sam(1M) sam(1M)

use this option. See "Restricted SAM" below
for more information.


steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Ken Hubnik_2
Honored Contributor

Re: User ADD

There is a restricted sam

sam -r
Uday_S_Ankolekar
Honored Contributor

Re: User ADD

Hi,

Yes, You can use sam with restricted permissions ( sam -r ) or

use sudo and configure set of groups to run useradd

Sudo can be downloaded from here.

http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/sudo-1.6.6/

-USA..
Good Luck..
Ravi_8
Honored Contributor

Re: User ADD

Hi,

Yes, it's possible, use

#sam -r
never give up

Re: User ADD

THANX