- Community Home
- >
- Operating Systems
- >
- HP-UX
- >
- Security
- >
- How to install and config sudo in HP-UX 11i v3.
turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
How to install and config sudo in HP-UX 11i v3.
(2751 Views)
Reply
Topic Options
- Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
How to install and config sudo in HP-UX 11i v3.
Post options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-17-2010 03:46 AM
Hi All,
I would like to install and config sudo in HP-UX 11i v3.
I have some questions:
1)Is sudo coming default with HP-UX 11i v3?
2)If not, Where we can get sudo software for HP-UX 11i v3 from?
3)How to install the sudo?
4)what is the sudo configuration file?
I would like to install and config sudo in HP-UX 11i v3.
I have some questions:
1)Is sudo coming default with HP-UX 11i v3?
2)If not, Where we can get sudo software for HP-UX 11i v3 from?
3)How to install the sudo?
4)what is the sudo configuration file?
Message 2 of 5
(2,751 Views)
Re: How to install and config sudo in HP-UX 11i v3.
Post options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-17-2010 04:01 AM
Try the HP-UX porting archive:
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/sudo -1.7.2p1/
It has compiled versions of sudo for different Hp_UX versions.
Read manual for the configuration.
Horia.
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/sudo
It has compiled versions of sudo for different Hp_UX versions.
Read manual for the configuration.
Horia.
Best regards from Romania,
Horia.
Horia.
Message 3 of 5
(2,751 Views)
Re: How to install and config sudo in HP-UX 11i v3.
Post options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-17-2010 04:20 AM
If I recall correctly it may also be included in the Internet Express packaging, if you have that. Configuring depends on what you want to accomplish. You could always try googling:
+sudo +configure +site:itrc.hp.com
Pete
Pete
+sudo +configure +site:itrc.hp.com
Pete
Pete
Re: How to install and config sudo in HP-UX 11i v3.
Post options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-17-2010 04:54 AM
Pete is right it is available iexpress,
can be downloaded from https://h20392.www2.hp.com/portal/swdepot/displayP roductInfo.do?productNumber=HPUXIEXP1131
configuration file is /opt/iexpress/sudo/etc/sudoers
regards!
johnson
can be downloaded from https://h20392.www2.hp.com/portal/swdepot/displayP
configuration file is /opt/iexpress/sudo/etc/sudoers
regards!
johnson
Message 5 of 5
(2,751 Views)
Re: How to install and config sudo in HP-UX 11i v3.
Post options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-17-2010 05:03 AM
>>configuration file is /opt/iexpress/sudo/etc/sudoers
But, you should not edit this file directly with 'vi'. You should use the command 'visudo'. This opens the file in 'vi', but when you exit it does syntax checking on the file to make sure the file is correct and sudo can interpret it. If there are errors, it will tell you about them.
But, you should not edit this file directly with 'vi'. You should use the command 'visudo'. This opens the file in 'vi', but when you exit it does syntax checking on the file to make sure the file is correct and sudo can interpret it. If there are errors, it will tell you about them.
