- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Question on SUDO configuration?
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2006 07:35 AM
07-20-2006 07:35 AM
Question on SUDO configuration?
I am planning to install SUDO and I try to search the web to find out what needs to be done after install and I can’t find any clear documentation.
Is their a SUDO configuration guide out on the web stating such as what needs to be done after install, like what to configure on UNIX level, OS 11i?
Appreciate your help in advance.
Thanks,
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2006 07:42 AM
07-20-2006 07:42 AM
Re: Question on SUDO configuration?
What is left is the configuration for your users and environment. If you do 'visudo' this will take you into the sudoers file and examples are in this file.
Further assistance can be obtained from here in the forums, search on past postings here is the forums, searching on google, etc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2006 07:45 AM
07-20-2006 07:45 AM
Re: Question on SUDO configuration?
Hopefully you used the internet express version of sudo. If so, it installs correctly and is usable. Some playing with file permissions on the binary is needed for the hp porting and archive center version.
Time to sudo!
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2006 07:52 AM
07-20-2006 07:52 AM
Re: Question on SUDO configuration?
http://www.gratisoft.us/sudo/man/sudo.html
Regards,
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2006 08:04 AM
07-20-2006 08:04 AM
Re: Question on SUDO configuration?
I am installing HP version of SUDO, downloaded from HP.
Link downloaded from:
https://h20293.www2.hp.com/portal/swdepot/try.do?productNumber=HPUXIEXP1111
File name: ixSudo_A.07.00-1.6.8p12_HP-UX_B.11.11_32_64.depot
Thanks,
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2006 08:57 AM
07-20-2006 08:57 AM
Re: Question on SUDO configuration?
After completed it will be ready for use.
Examples on sudoers configuration will be in the sudoers file. Access using the 'visudo' command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2006 09:05 AM
07-20-2006 09:05 AM
Re: Question on SUDO configuration?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2006 09:29 AM
07-20-2006 09:29 AM
Re: Question on SUDO configuration?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2006 12:14 PM
07-20-2006 12:14 PM
Re: Question on SUDO configuration?
Also my original configuration file in the sustem is as follows
# sudoers file.
#
# This file MUST be edited with the 'visudo' command as root.
#
# See the sudoers man page for the details on how to write a sudoers file.
#
# Host alias specification
# User alias specification
# Cmnd alias specification
# Defaults specification
# Runas alias specification
# User privilege specification
root ALL=(ALL) ALL
# Uncomment to allow people in group wheel to run all commands
# %wheel ALL=(ALL) ALL
# Same thing without a password
# %wheel ALL=(ALL) NOPASSWD: ALL
# Samples
# %users ALL=/sbin/mount /cdrom,/sbin/umount /cdrom
# %users localhost=/sbin/shutdown -h now
#sa_hit ALL=/usr/lbin/modprpw
#sa_hit ALL=/usr/bin/passwd
sa_hit hpprod = NOPASSWD: /usr/lbin/modprpw, /usr/bin/passwd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2006 06:20 AM
07-21-2006 06:20 AM