Operating System - HP-UX
1837256 Members
2549 Online
110115 Solutions
New Discussion

Re: Delegate root administration

 
nabeel
Occasional Contributor

Delegate root administration

hi

I am sun system administrator and I moved now to work with a new company, which works with hp-ux, I used to use Role Based Access Control (RBAC), to create a role user and give him some root permisstion. is there anything in hp-ux corresspond to RBAC? and how can I use it?

Regards

nabeel
5 REPLIES 5
Steven E. Protter
Exalted Contributor

Re: Delegate root administration

There is a tool called sudo.

It lets you assign admin privileges to certain commands or sets.

Here is the depot
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/sudo-1.6.7p5/

swinstall -s /full_path_of_depot \*

Then read the man and you're ready.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Michael Tully
Honored Contributor

Re: Delegate root administration

The tool of choice is 'sudo'
You can get it here:

http://hpux.connect.org.uk/hppd/hpux/Sysadmin/sudo-1.6.7p5/

It is quite simple to use. You can also get some further hints on it's use from here:
http://www.courtesan.com/sudo/index.html
Anyone for a Mutiny ?
Karthik S S
Honored Contributor

Re: Delegate root administration

You can find more info on sudo here,

http://www.courtesan.com/sudo/
-Karthik S S
For a list of all the ways technology has failed to improve the quality of life, please press three. - Alice Kahn
nabeel
Occasional Contributor

Re: Delegate root administration


Thanks I worked with sudo on linux redhat. and I think I can handle this on hp-ux.

again thanks for your help

nabeel
Floyd Curtis
Frequent Advisor

Re: Delegate root administration

Depending on your users and your needs you may also want to look at using Restricted Sam to build the functions you need.

#sam -r

see "man sam" for more info.