- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Root account locked out (Commercial Database S...
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
01-14-2009 08:41 AM
01-14-2009 08:41 AM
I came in this morning and root account was locked out. I still managed to login via console, but I want to know WHY it's been disabled. I don't want to unlock it until I fully understand the cause. (and perhaps trace down the individual who made it happen, if that is the case...)
I ran "getprpw -m lockout root" and got a lockout=0000000 output. I'm a bit confused there.
What could be the cause of such an issue ?
Thanks in advance !
MP
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2009 09:30 AM
01-14-2009 09:30 AM
SolutionBy default If your type wrong password for user root for more than three times, the account gets locked
#/usr/lbin/getprpw -m lockout root
lockout=0001000
When you login via console, Account is disabled but console login is allowed.
You could check the bad login via
# lastb -R | more
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2009 09:33 AM
01-14-2009 09:33 AM
Re: Root account locked out (Commercial Database Security)
# lastb -R
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2009 09:45 AM
01-14-2009 09:45 AM
Re: Root account locked out (Commercial Database Security)
I just disabled root on one of my test servers and then logged in via the console. When I did a getprpw it also showed all 0's in the lockout section.
So, the act of logging in via the console automatically enables the account again. That does make it somewhat difficult to troubleshoot.
As said above, a 'lastb -R root' would show you the last bad login attempts for root.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2009 09:47 AM
01-14-2009 09:47 AM
Re: Root account locked out (Commercial Database Security)
That happened on the system wich I just ran the Audit Tools through SMH. I remember having to convert to a Trusted System.
Well, I guess I was paranoid for nothing then.
Thanks !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2009 09:50 AM
01-14-2009 09:50 AM