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
01-14-2005 11:12 AM
01-14-2005 11:12 AM
su
I am wanting to create a script so that some of our programmers can run in SAM-Lite. Basically I am wanting a script that will allow them to su as another user without being able to su as root or root equivalent (like lp, daemon, etc). However, I do not want to have to maintain a list of exclusions (or take the chance that I miss something...you know how things always change). Is there a way to do this? Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2005 11:52 AM
01-14-2005 11:52 AM
Re: su
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2005 01:54 PM
01-14-2005 01:54 PM
Re: su
http://www.courtesan.com/sudo/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2005 02:16 PM
01-14-2005 02:16 PM
Re: su
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2005 02:31 PM
01-14-2005 02:31 PM
Re: su
Perhaps if you explained more about what the programmers will be doing, someone might have another thought about how to implement it. My $.02.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2005 03:16 PM
01-14-2005 03:16 PM
Re: su
The progs are wanting to be able to su in as a user to check out application settings, etc. But of course I do not want them to be able to su into root, lp, daemon, etc. Also, I do not want them to be able to su into each other's logins (all of the progs have logins that start with a "d"). I really do not want to maintain a list of progs. I also do not want to maintain a list of root equivalents as these can change and leave security holes (an example is we recently started a sql agent on the servers that could be vulnerable with something like this). I don't know if a script can be written that would eliminate anyone with 7** file priveleges, or what. I'm not real sure how to approach that. Also, if I can edit the script to exclude d* logins, that would eliminate su'ing into each other. I am already using sam-r for other things (as well as scm)...some like scm....some like sam better.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2005 04:57 AM
01-15-2005 04:57 AM
Re: su
http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1111
"Overview
HP-UX Internet Express for HP-UX 11i version 1
HP-UX Internet Express version A.04.00 for HP-UX 11i version 1 contains two sets of components. The first set is a collection of HP-UX Internet Express Open Source Web, Internet, and security components, which have been tested and qualified on HP-UX."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2005 06:05 AM
01-15-2005 06:05 AM
Re: su
It turns out that there is some level of commercial support, third-party (thanks, Cheryl, that's the info I was looking for in another thread):
http://www.courtesan.com/sudo/support.html
Excellent synopsis of the situation, thanks. Here are some thoughts that may or may not help; I thought I'd speak rather than dragging this out more while I asked questions. :-)
In our setup, the operators (different group than programmers) were responsible for this. Now, this is not ideal, but... When they set up an account, they would use the initial password to log in and verify things. When the user got his account, he was supposed to change the password (didn't always happen, of course, but that's easily fixed). If someone had issues, he gave his password to the programmers, they investigated, and he changed his password (well, supposedly).
If they're not doing problem solving on specific users, perhaps each could have a "play" account to use.
I'm not sure how much administrative red tape your situation will bear or what the interests of your management are (security or not, etc).
If each programmer is responsible for a certain group of users, perhaps you could write a script where each could edit his "responsible" list and the script would make sure they weren't being "bad" (kind of a la sudo). Not my fave security-wise, but...I'm just brainstorming here.
If it's something they "su" in as, that implies it's not a Windows client, I think. Is it the type of thing where you could write a program to interrogate the file(s) that store the application settings for a user? That way, the progs would just run "checkuser smithm" and get the answer.
HTH.