1834345 Members
2148 Online
110066 Solutions
New Discussion

su access to users

 
Chitta
Frequent Advisor

su access to users

Hi,
I have to provide su to root access to some admin users, how can i achive this? I am using HP UX 11.23


Regs,
Chitta
5 REPLIES 5
Ivan Krastev
Honored Contributor

Re: su access to users

Better way is to restrict to specific commands with sudo - www.sudo.ws


It is also available as a part of Internet Express package.


regards,
ivan
Jeeshan
Honored Contributor

Re: su access to users

Hi

Sudo is the best option to track the users.

But if u wanna exception rather than sudo, have a look at this thread

http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1211965060920+28353475&threadId=1225994
a warrior never quits
Chitta
Frequent Advisor

Re: su access to users

Thanks for quick response,
But requirement is i dont want to restrict user, i want to provide su access to userA to root with out provide root password.
because i planned to grant su access to userA for one day, then it will be revoked. So i need to provide su access to userA to su - root.
how can i achive this?


please advice,
Regs,
Chitta.
Jeeshan
Honored Contributor

Re: su access to users

check that thread i posted earlier
a warrior never quits
Heironimus
Honored Contributor

Re: su access to users

If you really want to give somebody a root shell without turning over the password you can configure their sudo access to allow running "su -" or any shell as root.