Operating System - HP-UX
1823062 Members
3140 Online
109645 Solutions
New Discussion юеВ

SUDO configuration in HP-UX

 
Sunny Anthony
Occasional Advisor

SUDO configuration in HP-UX

Please tell me how to configure SUDO in HP-UX.
8 REPLIES 8
RAC_1
Honored Contributor

Re: SUDO configuration in HP-UX

man sudo
man visudo
See /opt/sudo/etc/sudoers.conf file.

http://www.courtesan.com/sudo/intro.html
There is no substitute to HARDWORK
Mark Nieuwboer
Esteemed Contributor

Re: SUDO configuration in HP-UX

Sunny,

First give pionts to the questions you have asked. Your record about this is very poor.
If you give pionts to the persons that helped you will see the responses will come

grtz. Mark
Arunvijai_4
Honored Contributor

Re: SUDO configuration in HP-UX

Download SUDO from Internet express,
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1111

then, you can take a look at

http://www.unixcities.com/sudo/

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"

Re: SUDO configuration in HP-UX

Hi,

sudoers will let a normall user to execute the commands with super user permission. Instead of giving a root access to a user for performing some set of commands, u can give an superuser permission for the user/users only to execute only these commands.
The user need to use $sudo to execute the specified command with superuser permission.

All that you need to do is, download and install sudo package, customise /etc/sudoers file for your requirement. sudo.log is log file for those commands executed by the users through sudo, and is normally there at /var/adm/sudolog/sudo.log.

Regards,
Sunil

Your imagination is the preview of your life's coming attractions
Sunny Anthony
Occasional Advisor

Re: SUDO configuration in HP-UX

i have assigned points to my previous threads.
My work is too lengthy, that's why i am very late in assigning points. Sorry for that..

I will try to assign points as early as possible.

Will try solutions suggested by u all and get back to u.
Muthukumar_5
Honored Contributor

Re: SUDO configuration in HP-UX

Get sudo depot from,

http://hpux.connect.org.uk/hppd/hpux/Sysadmin/sudo-1.6.8p9/

based on your platform.

Install and configure sudoers file. It is easy. See man page of sudo,sudoers to get ALL details.

-Muthu
Easy to suggest when don't know about the problem!
Cem Tugrul
Esteemed Contributor

Re: SUDO configuration in HP-UX

Hi Sunny,

As an addition to other replies here are some links;

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=630557

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=102058

Good Luck,
Our greatest duty in this life is to help others. And please, if you can't
Arunvijai_4
Honored Contributor

Re: SUDO configuration in HP-UX

Internet Express Sudo (ixSUDO) compiled with more options than the porting center's depot. You can do more with that. Anyways, choice is yours.

https://h20293.www2.hp.com/portal/swdepot/try.do?productNumber=HPUXIEXP1111


-Arun
"A ship in the harbor is safe, but that is not what ships are built for"