- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Administrators users other than root
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
09-07-2000 12:21 AM
09-07-2000 12:21 AM
Administrators users other than root
This users must be able to do 90% or more of root?s work is my guess.
So, who can help me with this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2000 02:00 AM
09-07-2000 02:00 AM
Re: Administrators users other than root
You could add some extra users with uid 0. This won't solve your problem, because they are treated as root users anyway. Besides, this is very bad practice (security).
The users requiring root access could of course use the su(1) command to become root.
An alternative would be to use sudo to give permission to non-root users to execute a limited set of commands as user root.
Hope this helps,
Rik.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2000 03:21 AM
09-07-2000 03:21 AM
Re: Administrators users other than root
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2000 05:08 AM
09-08-2000 05:08 AM
Re: Administrators users other than root
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2000 05:10 AM
09-08-2000 05:10 AM
Re: Administrators users other than root
sudo can be obtained from the porting center or from www.courtesan.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2000 05:28 AM
09-08-2000 05:28 AM
Re: Administrators users other than root
Using other root accounts with the same uid:gid is exactly how HP sets up their own internal systems. So you have rootxx accounts. To ensure each receives their own mail add an entry to /etc/mail/aliases (eg. insert rootxx:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2000 06:33 AM
09-08-2000 06:33 AM
Re: Administrators users other than root
create a logfile...
Dont forget after to deactivate root login :
put the word console in a file called /etc/securetty.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2000 10:17 PM
09-08-2000 10:17 PM
Re: Administrators users other than root
The best way to do is use sudo.
Kondaiah
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2000 04:11 PM
09-09-2000 04:11 PM
Re: Administrators users other than root
take care to set the environment variale "MAILPATH" to your new rootxx admin's
mailbox AND to the original root's mailbox! That way the shell will notify you of
newly arrived mail for "root" and "rootxx".
And set the "HISTFILE" differently for all super-users.
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2000 08:25 AM
09-11-2000 08:25 AM
Re: Administrators users other than root
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2000 08:40 AM
09-11-2000 08:40 AM
Re: Administrators users other than root
With the use of sudo, you only need to modify the sudoers file to add/delete users in a particular group function. No need to modify their mailbox, the HIST file, the passwd file, etc.
Another plus is if you don't want to give out the root passwd. Only a specific set of users can be listed in the sudoers file to have root access. In this way they can accomplish what needs to be done. All other users can be denied this access and if an attempt is made, the sudolog will note it as well as send an e-mail to the administrator.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2000 08:40 AM
09-11-2000 08:40 AM
Re: Administrators users other than root
With the use of sudo, you only need to modify the sudoers file to add/delete users in a particular group function. No need to modify their mailbox, the HIST file, the passwd file, etc.
Another plus is if you don't want to give out the root passwd. Only a specific set of users can be listed in the sudoers file to have root access. In this way they can accomplish what needs to be done. All other users can be denied this access and if an attempt is made, the sudolog will note it as well as send an e-mail to the administrator.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2000 08:41 AM
09-11-2000 08:41 AM
Re: Administrators users other than root
With the use of sudo, you only need to modify the sudoers file to add/delete users in a particular group function. No need to modify their mailbox, the HIST file, the passwd file, etc.
Another plus is if you don't want to give out the root passwd. Only a specific set of users can be listed in the sudoers file to have root access. In this way they can accomplish what needs to be done. All other users can be denied this access and if an attempt is made, the sudolog will note it as well as send an e-mail to the administrator.