Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
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
10-06-2008 11:47 PM
10-06-2008 11:47 PM
Sudo
what should i edit ?
etc...
Thanks
Gee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2008 11:52 PM
10-06-2008 11:52 PM
Re: Sudo
After that use visudo to edit configuration file.
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2008 12:29 AM
10-07-2008 12:29 AM
Re: Sudo
The version of sudo posted above is better because HP ported it and insured all needed dependencies were in the depot.
That is the good part.
The location of the sudoers file is non standard in the /opt file system where all option depots created by HP seem to install.
It is the superior choice to compile it yourself or the version posted in the porting and archive center.
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
10-07-2008 12:41 AM
10-07-2008 12:41 AM
Re: Sudo
Host_Alias SMS=myworkstationname
User_Alias SUSER=sandeep
Runas_Alias ADM = root, !root*
Cmnd_Alias SUROOT=/usr/bin/su -, /usr/bin/su - root
SUSER SMS=(ALL) NOPASSWD: SUROOT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2008 01:29 AM
10-07-2008 01:29 AM
Re: Sudo
Before this i have dwlded one sudo depot file. It contains a catalog and sudo directly when i untarred it. I need a depot file which is suitalbe for my OS version
thanks
Gee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2008 03:44 AM
10-07-2008 03:44 AM
Re: Sudo
I wish to do some configuration. For example a particular user wants to execute a superuser command. how can give that. Which file i need to edit.
Thanks
gee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2008 07:01 AM
10-07-2008 07:01 AM
Re: Sudo
e.g
# User alias specification
User_Alias
Cmnd_Alias CD = /usr/bin/cd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2008 07:07 AM
10-08-2008 07:07 AM
Re: Sudo
I have been using sudo for a number of years. The best thing I recall from learning it was to have a server where you can play with sudo and determine the formats that will work best for your environment. What has been very helpful for me was logging the commands someplace other that syslog.log. If you visit the sudo site (http://www.courtesan.com/sudo/sudo.html)there are excellent helps and examples available.
Stuart