- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- last few unsuccessful logins
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
12-03-2003 01:09 PM
12-03-2003 01:09 PM
last few unsuccessful logins
My systems are all trusted systems.
I have a question.
Let's say that I have set using SAM that unsuccessful login try for a user is 10 times .
This is my id:
root@abc: /usr/lbin/getprpw -m ulogint joyces
ulogint=Fri Nov 21 09:12:30 2003
This shows that my last unsuccessful login was on Nov 21. I have had few unsuccessful login before Nov 21. Is there anyway I can extract those dates when the unsuccessful attempt was for this id???
Please help
Thanks in advance
Joyce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 01:20 PM
12-03-2003 01:20 PM
Re: last few unsuccessful logins
lastb | grep
HTH
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 01:44 PM
12-03-2003 01:44 PM
Re: last few unsuccessful logins
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 01:55 PM
12-03-2003 01:55 PM
Re: last few unsuccessful logins
so
# lastb joyces
Will do what you require.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 09:15 PM
12-03-2003 09:15 PM
Re: last few unsuccessful logins
I guess this all depends on whether you are trying to find out something that has already happened, or you want to set something up to check for this in the future.
If it's for the the future then auditing may be useful. It's going to generate a fair amount of data though. An alternative is to run a cron job each day that runs something like getprpw or logins to extract this info to see if there's been an unsuccessful attempt that day.
If you're checking for something that's already happened, then lastb is probably the only help - bearing in mind the points that others have raised.
regards,
Darren.