- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disable user-id
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
02-20-2003 11:39 AM
02-20-2003 11:39 AM
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 11:41 AM
02-20-2003 11:41 AM
Re: Disable user-id
As for bad logon attempts, have a look at the 'lastb' command. 'man lastb' for more information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 11:43 AM
02-20-2003 11:43 AM
Re: Disable user-id
If you turn on Trusted Mode on your systems, you can audit users and also specify several password policies, like password aging and number of password attempts.
You can turn on Trusted Mode by using tsconvert or in SAM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 11:45 AM
02-20-2003 11:45 AM
Re: Disable user-id
Regards
RZ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 11:46 AM
02-20-2003 11:46 AM
Re: Disable user-id
Time for you to convert your system to trusted. Apart from the major advantage of hiding the encrypted passwords, it will allow you to configure a variety of options to secure the system. Look at docs.hp.com to get more information on Trusted systems.
'lastb -R' can provide you a detailed report on unsuccessful attempts.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 09:20 AM
02-24-2003 09:20 AM
Re: Disable user-id
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 09:25 AM
02-24-2003 09:25 AM
SolutionIf you set the TMOUT environmental variable to a non-zero value (the units are in seconds), then the (Posix) shell will terminate TMOUT seconds after issuing the PS1 prompt. Any entry will otherwise reset the countdown. Thus, to set a 10-minute inactive timeout, do:
# export TMOUT=600
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 10:26 AM
02-24-2003 10:26 AM
Re: Disable user-id
Is what I set my system is set for.
What this does: It logs out users who are stuck on dollar prompts and not running apps.
What it does not do: If a user has a vi session or an application session open via telnet, it doesn't work.
In that case the application needs a timeout which will dump the user to a dollar prompt or back into the startup script, depending on how the user got in.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 10:42 AM
02-24-2003 10:42 AM
Re: Disable user-id
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 12:29 PM
02-24-2003 12:29 PM
Re: Disable user-id
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 12:41 PM
02-24-2003 12:41 PM
Re: Disable user-id
As far as audting requirements, converting to a Trusted System is the best way to satisfy the auditing requirements as it provides the controls needed to disable accounts and enforce good password rules.
Bill Hassell, sysadmin