- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to prevent users from logging onto the mac...
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
07-23-2004 10:46 PM
07-23-2004 10:46 PM
How to prevent users from logging onto the machine
I did the same on our HP-UX 11.11 server but without any effects.
Do you know a way to do that on HP-UX ?
Regards,
Sabrina
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2004 11:08 PM
07-23-2004 11:08 PM
Re: How to prevent users from logging onto the machine
either go to single user mode
or check for the existance of a file (e.g. /etc/nologin) in the login profiles (/etc/profile)
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2004 12:24 AM
07-24-2004 12:24 AM
Re: How to prevent users from logging onto the machine
I hope this will not give the effect on currently logged user(s). It is good to go to the single user mode to do the operations.
If you want to do with nologin you have to set NOLOGIN=1 in /etc/default/security file.
A more related solution is here at,
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=147806
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2004 05:28 AM
07-24-2004 05:28 AM
Re: How to prevent users from logging onto the machine
NOLOGIN=1
NOTE: this file does not exist by default. The man page for security defines the fields. Earlier versions such as 11.00 may have these options available as long as the security patches are current. Note also that many of the options in /etc/default/security do not have any effect if the system is not Trusted. There is currently no validity checker for this file so spelling errors or options that don't work won't be logged--you just have to try each option.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2004 09:45 PM
07-26-2004 09:45 PM
Re: How to prevent users from logging onto the machine
Creating /etc/nologin file and setting variable NOLOGIN to 1 in file /etc/default/security works fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2004 10:42 PM
07-26-2004 10:42 PM
Re: How to prevent users from logging onto the machine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2004 10:43 PM
07-26-2004 10:43 PM
Re: How to prevent users from logging onto the machine
http://forums1.itrc.hp.com/service/forums/helptips.do?admit=716493758+1085211538437+28353475#33
Keep forumming..
Regards,