- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Security/ Permissions and Logins without sudo...
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
10-31-2001 10:43 AM
10-31-2001 10:43 AM
On one of my servers (11.0 model L200) the computer operations folks have individual logins. They need this to run our 3 party vendor product call "Netbackup" which backs
up all our other HP boxes.
I need them to be allowed to execute a few
unix commands for Netbackup. However, sudo
and restricted shell will not work for this,
(please trust me on this). Is there another
method besides restricted shell and sudo?
I have added these computer operations login to the /etc/ftpd/ftpusers file so they
cannot ftp to my other servers. Is there anything else I should do? How do a put a login time out on specific logins? If I want them to be automatically logged off with no
activity in 15 minutes.
Is there a way to monitor there accounts with
a log? I need to think like an audit and need
some help securing these logins. Yes we have
a trusted system.
many thanks..Laurie
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2001 10:50 AM
10-31-2001 10:50 AM
SolutionTake a look at these threads
http://us-support.external.hp.com/cki/bin/doc.pl/sid=b5d88af41a84b22ef9/screen=ckiDisplayDocument?docId=200000024603627
http://us-support.external.hp.com/cki/bin/doc.pl/sid=b5d88af41a84b22ef9/screen=ckiDisplayDocument?docId=200000051053256
Hope this helps.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2001 10:56 AM
10-31-2001 10:56 AM
Re: Security/ Permissions and Logins without sudo or restricted shell
you can also play with the TMOUT variable in the user environment and see if it helps.
TMOUT=1
will timeout in 60 seconds.
hope this helps.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2001 11:00 AM
10-31-2001 11:00 AM
Re: Security/ Permissions and Logins without sudo or restricted shell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2001 11:09 AM
10-31-2001 11:09 AM
Re: Security/ Permissions and Logins without sudo or restricted shell
Just a thought, don't know if it will work based on the info you gave about your app.
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2001 11:31 AM
10-31-2001 11:31 AM
Re: Security/ Permissions and Logins without sudo or restricted shell
Take a look at this thread. you can try this to give a user the su capability to run a specific job.
http://us-support.external.hp.com/cki/bin/doc.pl/sid=d85d13961b1e1a14dd/screen=ckiDisplayDocument?docId=200000007948551
Hope this helps.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2001 01:28 PM
11-01-2001 01:28 PM
Re: Security/ Permissions and Logins without sudo or restricted shell
John