Operating System - HP-UX
1833823 Members
2461 Online
110063 Solutions
New Discussion

Re: add a user id without being "root"

 
SOLVED
Go to solution
Mark Harshman_1
Regular Advisor

add a user id without being "root"

i'm trying to come up with a way to add user IDs to the system without being "root". super? sudo? anyone else doing this? I am running HPUX11.i on rp8400 base servers. thanks
Never underestimate the power of stupid people in large groups
6 REPLIES 6
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: add a user id without being "root"

Sudo is a good choice but probably the easist method (unless you want a fully scripted answer) is to use a Restricted SAM session. Man sam and look under the "Restricted SAM" section.
If it ain't broke, I can fix that.
Geoff Wild
Honored Contributor

Re: add a user id without being "root"

Sudo should work, also restricted sam...

Also check out HP SIM:

http://h18004.www1.hp.com/products/servers/management/hpsim/index.html

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Deoncia Grayson_1
Honored Contributor

Re: add a user id without being "root"

you can start sam in restricted mode and assin some SAM functions to a user, i.e. adding users without them being a super user.
If no one ever took risks, Michelangelo would have painted the Sistine floor. -Neil Simon
Sivakumar TS
Honored Contributor

Re: add a user id without being "root"


Dear Mark,

Right now sudo will be the best option.

HPs future release will have Role Based Access Control, with which we can do more granual privillege control.

With Regards,

Siva.
Nothing is Impossible !
Thummalu
Frequent Advisor

Re: add a user id without being "root"

use sudo...

or if youn have LDAP server running in your system, user database can be maintained by LDAP. you need not require root user to create users.

br
Thummalu
Mark Harshman_1
Regular Advisor

Re: add a user id without being "root"

thanks for all the good information.
Never underestimate the power of stupid people in large groups