- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- block user login
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
08-12-2008 01:45 AM
08-12-2008 01:45 AM
How I can block login access to some users??
That I like it´s some users can do login by ssh, and if this users want use other user can do "su" but at login time no...
If I do "passwd -l
Any options ???
THX and sorry for my english..
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2008 02:01 AM
08-12-2008 02:01 AM
Re: block user login
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1017231
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2008 02:17 AM
08-12-2008 02:17 AM
Re: block user login
You can do one thing, block its password, so no one can login, and if you want to give su access to some selected user then ask them to use sudo to switch into the user profile, but for that you need to give permission to use sudo in sudoers file. . .
Regards,
Piyush Mathiya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2008 02:19 AM
08-12-2008 02:19 AM
Solutionas i understand, you want users login with their own user names. And switch that user with su -.
i think you can use sudo here. you can change the spesific users password so they cannot login with this user. In sudoers file you give switch user permission to other users.
another solution in the forum:
http://forums12.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1218536209440+28353475&threadId=1121876
Kenan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2008 10:15 PM
08-12-2008 10:15 PM
Re: block user login
Thats my problem, and I hope my solution...
I´m going to close the post..
Thanks all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2008 10:16 PM
08-12-2008 10:16 PM
Re: block user login
Thanks all...