- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Multiple root accts
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
06-20-2003 04:34 PM
06-20-2003 04:34 PM
Whats the best way to keep track of the commands being issued by root , as we have multiple root accounts and would like to monitor them.
Thnks
SK
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2003 05:04 PM
06-20-2003 05:04 PM
Re: Multiple root accts
nonetheless. we use sudo and sudoscript.
1. sudo controls who can do what as root or who has rights to su to root.
2. sudoscript uses sudo's security and script to record everything the users do as root or as any other account for that matter.
3. .sh_history you can throw down the drain. anyone with a little hacking skills can srew with this file.
live free or die
peace
Donny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2003 05:08 PM
06-20-2003 05:08 PM
SolutionBill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2003 06:16 PM
06-20-2003 06:16 PM
Re: Multiple root accts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2003 06:26 PM
06-20-2003 06:26 PM
Re: Multiple root accts
You are not going to find any message that is going to be encouraging for your idea.
Use sudo. Configure 'sudoers' and configure only what your root users require. If they need to execute everything on the box, give them "ALL" except the execution of shells (/usr/bin/ksh, /usr/bin/csh etc.,). Configure sudoers to log into syslog and then the syslog.conf to log into a syslog server. Syslog server can be a simple workstation with restricted access probably only to your manager.
This way you can accomplish what you need with accountability. Get sudo from
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/sudo-1.6.6/
Information about sudo is here
http://www.courtesan.com
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2003 07:39 AM
06-21-2003 07:39 AM
Re: Multiple root accts
Using multiple account of root is the same
that using only root in the end is the same
user.
What you need is planning good your system
and made users for difrent issues that if
you want to give them option made some
commands that only root can do use the SUDO
program that run programs with difrent users.
Caesar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2003 09:25 PM
06-22-2003 09:25 PM
Re: Multiple root accts
You could also use another tool called "PowerBroker". It pretty much has the
same functionality as Sudo,namely alloting
selective superuser priviledges while maintaining an audit log.
More information at http://www.symark.com/powerbroker.htm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2003 09:32 PM
06-22-2003 09:32 PM
Re: Multiple root accts
- Karthik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2003 09:33 PM
06-22-2003 09:33 PM
Re: Multiple root accts
- Karthik