- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Authentication question from HP labs
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
03-02-2004 06:21 AM
03-02-2004 06:21 AM
1) Are system administrators in your environment given the root password?
2) If yes, do system administrators typically authenticate (login) to the system as root?
3) If you answered 'No' to either or both of the first two questions, how do administrators perform tasks which require elevated privileges?
4) Do you make use of utilities such as "sudo" or "super" which elevate privileges for the purposes of system administration? If yes, please list the specific utility or product names.
Thanks in advance for your valuable responses,
HP Partition Management group.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 06:24 AM
03-02-2004 06:24 AM
SolutionIn my environment, I'm the only SysAdmin (though my DBA has some limited expertise). We log in as ourselves and use su to gain root privileges. With only the two of us, auditing and restricting privileges and the like have never been an issue, so we do not use sudo or anything.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 06:25 AM
03-02-2004 06:25 AM
Re: Authentication question from HP labs
1) Are system administrators in your environment given the root password?
Yes, we have only one full time and one backup.
2) If yes, do system administrators typically authenticate (login) to the system as root?
Currently we allow root login. We are considering requiring su - from a normal user id.
3) If you answered 'No' to either or both of the first two questions, how do administrators perform tasks which require elevated privileges?
su - root
4) Do you make use of utilities such as "sudo" or "super" which elevate privileges for the purposes of system administration? If yes, please list the specific utility or product names.
Currently testing sudo, not decided on how to proceed.
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
03-02-2004 06:27 AM
03-02-2004 06:27 AM
Re: Authentication question from HP labs
2) Depends. I usually log on to the system with a generic id and then 'su -' as necessary.
3) N/A
4) Yes we use sudo as well for some things.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 06:32 AM
03-02-2004 06:32 AM
Re: Authentication question from HP labs
#2) Yes
#3-4) su is also used.
Small shop, 1 full time HP SA, and one manager as SA for all platforms.
Regards,
dl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 07:26 AM
03-02-2004 07:26 AM
Re: Authentication question from HP labs
Yes and actually our DBA's have it too. They are only "supposed" to use it for installing oracle. But we've caught them doing other things.
2) If yes, do system administrators typically authenticate (login) to the system as root?
This place any generic accounts people log in directly (oracle, root, application related, ...)
A prior company I worked at you couldn't log as root or oracle directly. You had to su from your user up to it.
3) Even though I answered yes to both 1&2 there have been causes where we tried using sudo.
4) Yes, mostly it was brought in for applications that shouldn't of been installed as root, to allow the application people start and stop it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 07:32 AM
03-02-2004 07:32 AM
Re: Authentication question from HP labs
Yes.
2) If yes, do system administrators typically authenticate (login) to the system as root?
no, we login as ourselves, and su - root.
3) If you answered 'No' to either or both of the first two questions, how do administrators perform tasks which require elevated privileges?
su - root.
4) Do you make use of utilities such as "sudo" or "super" which elevate privileges for the purposes of system administration? If yes, please list the specific utility or product names.
Yes. some application administration done by other groups require elevated privileges, for this we use sudo, never "sudo su, sudo vi, etc." however.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 08:27 AM
03-02-2004 08:27 AM
Re: Authentication question from HP labs
2) We use 'sudo' on most systems and only use the root password from a secret cheat sheet only when absolutely necessary. No system is allowed direct root access other than from the console.
3) sudo
4) No - If root access is required, then any scripts etc that must be run are done by the SA.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 08:54 AM
03-02-2004 08:54 AM
Re: Authentication question from HP labs
-2- No,generic account + sudo
-3- su - + sudo
-4- sudo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 09:06 AM
03-02-2004 09:06 AM
Re: Authentication question from HP labs
1) No but an envelope containing the root passwd in case of an emergency (console login)
2) No, they log in as users. The admins can become root providing theire own passwd.
3) (GSP web)Console login. if server crashes, and a tool called be root is provided for elevated privileges
4) be root is a simular tool. I used to work with sudo.
Regards,
Gideon
4)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 09:14 AM
03-02-2004 09:14 AM
Re: Authentication question from HP labs
2) no (try to use only as last resort)
3) login as self then su to root
4) no other utils used.
we try to avoid any direct root logins, and each admin who su's to root has their own shell history (.sh_username)
hope this helps,
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 09:25 AM
03-02-2004 09:25 AM
Re: Authentication question from HP labs
2) Only if they don't mind being adjusted with a baseball bat. There's nothing like being your own worst enemy.
3) su - root
4) Yes, sudo or custom setuid C programs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 10:24 AM
03-02-2004 10:24 AM
Re: Authentication question from HP labs
2) Yes. Worst think someone can do is stayed login as root. Do your thing and logout is the rule we use. Noone `works' as root: stronly forbidden.
3) su root
4) yes, sudo slightly patched - and I will not elaborate on how and why for obvious security reasons
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 10:28 AM
03-02-2004 10:28 AM
Re: Authentication question from HP labs
2) I login as myself, then do a "su" for root access
3/4) Everyone else goes through "sudo".
-- Rod Hills
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 10:37 AM
03-02-2004 10:37 AM
Re: Authentication question from HP labs
2) No. They login under their individual accounts
3) We use sudo for most commands that require root privileges, otherwise we login on the console.
4) Sudo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 04:31 PM
03-02-2004 04:31 PM
Re: Authentication question from HP labs
2. No, except from console for reboots, etc.
3. Login as self then su -
4. Nothing at the moment
It's always nice to be able to provide input!
Regards,
Seth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 05:46 PM
03-02-2004 05:46 PM
Re: Authentication question from HP labs
1. Yes, sys admin will be having root passwd
2. No.
3.sys admin login using his id and then su to be root
4.we use sudo to give access to users to perform only swinstall/swremove
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 05:52 PM
03-02-2004 05:52 PM
Re: Authentication question from HP labs
2) n.a.
3) one person can use "sudo su -" to gain root priviliges, the other must use "sudo
4) sudo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 06:09 PM
03-02-2004 06:09 PM
Re: Authentication question from HP labs
1) Are system administrators in your environment given the root password?
Yes. All SA's know the root password. It is changed every month though.
2) If yes, do system administrators typically authenticate (login) to the system as root?
We do at the moment. We're implementing LDAP and will force everyone to login as themselves and su or sudo. Then, only root access to the console will be allowed. Consoles can only be reached through a separate network.
3) If you answered 'No' to either or both of the first two questions, how do administrators perform tasks which require elevated privileges?
We're moving to sudo for specific application and monitoring tasks.
4) Do you make use of utilities such as "sudo" or "super" which elevate privileges for the purposes of system administration? If yes, please list the specific utility or product names.
We're using a sudo version from the HP porting archive, I would like to see a HP supplied one come out though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 06:17 PM
03-02-2004 06:17 PM
Re: Authentication question from HP labs
YES, We change this every month.
2) If yes, do system administrators typically authenticate (login) to the system as root?
No, every admin in our environment is having their own user accounts. We login to unix oxes using SSH with this account. We use su to change to root. NO Direct root logins are allowed.
3) If you answered 'No' to either or both of the first two questions, how do administrators perform tasks which require elevated privileges?
We su to root. In trusted systems we have sudo installed. We use sudo to do admini tasks.
4) Do you make use of utilities such as "sudo" or "super" which elevate privileges for the purposes of system administration? If yes, please list the specific utility or product names.
We use only sudo as of now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 06:30 PM
03-02-2004 06:30 PM
Re: Authentication question from HP labs
No
2) If yes, do system administrators typically authenticate (login) to the system as root?
N/A
3) If you answered 'No' to either or both of the first two questions, how do administrators perform tasks which require elevated privileges?
We use a product called Omniguard that sets up profiles and does keystroke logging. SAs log in using their private accounts, then perform "/usr/local/bin/pmrun su -", after which the SA is prompted to supply a profile password. After that, all access is equivalent to full root access.
4) Do you make use of utilities such as "sudo" or "super" which elevate privileges for the purposes of system administration? If yes, please list the specific utility or product names
I understand that Omniguard is based on SUDO with an extensive shell around it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 06:46 PM
03-02-2004 06:46 PM
Re: Authentication question from HP labs
I give limited super user priviledges to other users via sudo.
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 07:29 PM
03-02-2004 07:29 PM
Re: Authentication question from HP labs
2. logon with their own user and su - then
3. /
4. sudo or super is not being used for the moment.
best regards,
Kurt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 07:45 PM
03-02-2004 07:45 PM
Re: Authentication question from HP labs
Typically we log in as a normal user and su - . One exception to this is when doing work at the system console.
We do not use "sudo" but do occasionally use SETUID binaries.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 08:58 PM
03-02-2004 08:58 PM
Re: Authentication question from HP labs
2. usually yes, but not all
3. su
4. For some users we are using sudo with the privilage for use one command only.