- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Root authentication for several system administrat...
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
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
02-13-2005 11:47 PM
02-13-2005 11:47 PM
Root authentication for several system administrators
does anyone know a smart way to
authenticate several individuals who need
root access to a hp-ux server for admin
purposes? Is there a feasable way to use
only one root account and not necessarily
a separate individual account for every
admin user? (maybe using ssh)
One way is definitly to create an individual
account for every person and then use sudo.
Still I would need to track the issued commands
for every root user.
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2005 11:57 PM
02-13-2005 11:57 PM
Re: Root authentication for several system administrators
disable all direct root login bar from the console.
Then the users will have to use their own userids to log onto the system. From there they can use su to switch to root.
All the switches are record in sulog.
Any Help?
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2005 11:58 PM
02-13-2005 11:58 PM
Re: Root authentication for several system administrators
HP has a new product (FOR FREE) that will do that:
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=AccessControl
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2005 01:16 AM
02-14-2005 01:16 AM
Re: Root authentication for several system administrators
# Set up logging
HISTFILE=${HOME}/.sh_history_`who am i|awk '{ print $1}'`
date >>$HISTFILE
export HISTFILE
HISTSIZE=500
export HISTSIZE
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2005 02:32 AM
02-14-2005 02:32 AM
Re: Root authentication for several system administrators
Bill Hassell, sysadmin