- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: "unsuccessful login attempts" counter; when do...
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-25-2005 03:49 AM
10-25-2005 03:49 AM
If somebody types their password wrong twice, and then gets it right, does the counter automatically reset? What if they get it wrong twice, and just give up? Does it stay at 2 until they try again and either succeed, or lock the account?
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 04:01 AM
10-25-2005 04:01 AM
Solution>If somebody types their password wrong twice, and then gets it right, does the counter automatically reset?
YES
What if they get it wrong twice, and just give up..
Exactly
The easy way to change the login attempts is to use SAM>users...>Action>General User Account Policies/ Unsuccessfull login Tries allowed...
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 05:02 AM
10-25-2005 05:02 AM
Re: "unsuccessful login attempts" counter; when does it get reset?
thanks,
c
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 06:00 AM
10-25-2005 06:00 AM
Re: "unsuccessful login attempts" counter; when does it get reset?
Here i think (not sure) if they give up and close the telnet session then it should reset. This should apply to particular session itself.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 07:21 AM
10-26-2005 07:21 AM
Re: "unsuccessful login attempts" counter; when does it get reset?
The problem with this approach is that attackers who know about this could exploit that feature, using automated login attempts, perhaps even running multiple parallel sessions trying to crack passwords, with sessions automatically restarting when they hit N-1 failed login attempts. To prevent that, it is not appropriate to reset the count for every session. It MAY make sense in some cases to reset the count after some period of time has elapsed since the last failed login attempt, but that approach in general also has problems.
Of course the perception of the 'right' answer depends on many factors such as what the risk of malicious activity is and how valuable the data on the system is.