- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 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-04-2004 04:04 AM
03-04-2004 04:04 AM
Re: Authentication question from HP labs
We've never needed to use elevatated priveliges apart from letting 2 users have system backup rights using a restricted SAM shell.
Cheers
George
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 05:11 AM
03-04-2004 05:11 AM
Re: Authentication question from HP labs
In my group, me and my backup as well as our "Platform specialists" all have root on my boxes.
1) all the above folks have root access... we use the scfmgr Sysguard tool to manage security of root access.
2) NO, me and the other SA's dont login directly as root for non-console access, login first as user then su - to root.
3) In order to access root, we utilize scfmgr for security and we authenticate users first with SecurID technology from ACE(tm). then users su - to root from their userID. When logged in as root, I have created seperate .sh_username history files to divide everyone's commands so they can keep their own history.
4) For NON-SA users, I grant sudo access for root required commands such as managing my EMC frames with Symm commands. And for mount/umount/vgchange/fsck/etc for BCV management... For SA's who have root access, they use su...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 05:39 AM
03-04-2004 05:39 AM
Re: Authentication question from HP labs
1. Yes.
2. We normally login under our personal accounts and then su - to root.
3. n/a
4. We have tried using sudo before for an application which needed root access for some utility functions. The user tried it out but claimed that it didn't work properly for them. For our daily sysadmin work we just use root as needed.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 08:36 AM
03-04-2004 08:36 AM
Re: Authentication question from HP labs
2. No! securetty prevents this from any port except the real console.
3. sudo.
4. sudo. In order to avoid issues, I never give a user all privileges. Instead, I enumerate the program and sometimes the parameters to prevent misteaks (misstakes?). And sudo logs both successes and failures.
Like lsof, sudo should be added to software.hp.com, just like gcc and other shareware goodies. There are way too many production systems out there where the unknowledgeable sysadmin just modifies ordinary user IDs into 0 to solve the root distribution problems.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2004 10:26 AM
03-05-2004 10:26 AM
Re: Authentication question from HP labs
2)No
3)We logon as a user then they su to root.
4)No
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2004 12:59 PM
03-06-2004 12:59 PM
Re: Authentication question from HP labs
2) Yes and no. We authenticate to a single secured BSD box as individual users, su - there, and ssh as root to the servers.
If we use the console, it is as root.
3) See above.
4) sudo for some users (dba's)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2004 08:49 PM
03-07-2004 08:49 PM
Re: Authentication question from HP labs
2. logon with their own user and su -
3. n/a
4. sudo or super is not used.
best regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2004 09:03 PM
03-07-2004 09:03 PM
Re: Authentication question from HP labs
1) Yes.
2) Yes.
3) N/A
4) No.
Thanks, Sanjiv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2004 09:05 PM
03-07-2004 09:05 PM
Re: Authentication question from HP labs
2. No
3. su - nsu - super
4. nsu - super
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 12:20 AM
03-08-2004 12:20 AM
Re: Authentication question from HP labs
2. no.
3. Login with indiviual IDs and then su to root as needed.
4. we use sudo to give root priviledges to our help desk and data center for doing tasks such as resetting passwords and canceling print jobs. They initiate this by logging in via a special ID whose .profile launches a ksh script that has the sudo-enabled commands. They don't have commandline access.
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 01:01 AM
03-08-2004 01:01 AM
Re: Authentication question from HP labs
2. I do...bad habit, but then again up to a few short months ago....who else could I blame for mistakes...
3. I do give some limited rights to the helpdesk to reset others passwords, kill print jobs and the like...we use restricted Sam and I wrote them a little utility script to use.
4. No sudo, I use restricted Sam, and we are using a utiltiy for tracking these things called PowerBroker.
Your Welcome,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 01:18 AM
03-08-2004 01:18 AM
Re: Authentication question from HP labs
1) Are system administrators in your environment given the root password?
Yes
2) If yes, do system administrators typically authenticate (login) to the system as root?
No, Login with their own id and su -
3) If you answered 'No' to either or both of the first two questions, how do administrators perform tasks which require elevated privileges?
N/A
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.
Not using any other utility
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 01:20 AM
03-08-2004 01:20 AM
Re: Authentication question from HP labs
2) No. root access only allowed from the console
3) su -
4) sudo only used for non sys admins
Keely
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 01:42 AM
03-08-2004 01:42 AM
Re: Authentication question from HP labs
IMHO, the ability for root to manage paritions (nPar/vPar) from any running vPar/nPar in a complex/server should be taken out. Instead, it should be relegated to some management node.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 02:43 AM
03-08-2004 02:43 AM
Re: Authentication question from HP labs
2) Yes (the restriction: root can log in via SSH or via console).
3) su -
4) The sudo is perfect tool for that.
Regards,
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 03:37 AM
03-08-2004 03:37 AM
Re: Authentication question from HP labs
2. Yes.
3. n/a
4. No (We planning to implement sudo in the near future.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 05:42 AM
03-08-2004 05:42 AM
Re: Authentication question from HP labs
No, but the password is kept in an envelope inside a locked drawer in my desk, just in case.
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 sudo, as well as restricted sam.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2004 02:59 AM
03-09-2004 02:59 AM
Re: Authentication question from HP labs
Thanks for your reply. The reason we're asking this question is a result of customer feedback we've received regarding Partition Manager version 2 which was released on HP-UX 11i v2 (B.11.23). Version 2 of Partition Manager forces users to authenticate, regardless of whether the tool was launched from an authenticated session (e.g. launched from an ssh terminal or launched from SAM). If the user authenticates as root, then full read/write access is allowed. If the user authenticates as a non-root user, then read-only access is allowed. The specific feedback we've heard is in some environments, admins are not permitted to authenticate as root. So the purpose of this question was to determine how many customers are (or would be) affected by this behavior. We are also trying to determine how privileges are elevated in these types of environments so we can solve the problem.
Regarding your second point, this issue has been addressed in servers based on the HP sx1000 chipset. For more information, see the "HP System Partitions Guide" available from http://docs.hp.com. Within the guide, you should search for "nPartition Configuration Privilege" or "PARPERM".
Thanks again for your reply.
HP Partition Management Group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2004 05:49 PM
03-09-2004 05:49 PM
Re: Authentication question from HP labs
2) YES
3) --
4) I use su always
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2004 07:42 PM
03-09-2004 07:42 PM
Re: Authentication question from HP labs
Yes, They know root password
2) If yes, do system administrators typically authenticate (login) to the system as root?
No, direct root login isn't allowed unless you are on console.
3) If you answered 'No' to either or both of the first two questions, how do administrators perform tasks which require elevated privileges?
su -
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2004 09:45 PM
03-09-2004 09:45 PM
Re: Authentication question from HP labs
2. Not always. For normal administration tasks we use su - root.
3. N/A
4. NO.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2004 10:29 PM
03-09-2004 10:29 PM
Re: Authentication question from HP labs
2)No. su to root. Not strictly followed.
3) su to root
4) sudo is provided for normal users to start/stop some applications/processes.
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 01:38 AM
03-10-2004 01:38 AM
Re: Authentication question from HP labs
2) No, they login with their normal account.
3) Major admins su to root.
Specific tasks of other 'admins' are done by
'sudo' or self-developed programs with the
required s-bit.
4) Yes, sudo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 05:51 AM
03-10-2004 05:51 AM
Re: Authentication question from HP labs
2. Login with regular id, su to root.
3. NA
4. sudo is used on all systems by DBA for limited commands. The SA is also a sudo user just in case something happens to the root account. The SA also has restricted SAM access as another alternative.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 06:11 AM
03-10-2004 06:11 AM
Re: Authentication question from HP labs
2) login with own id, then pbrun to root
3) ssh as yourself.
- « Previous
- Next »