- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: user lockout
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-01-2008 01:09 AM
10-01-2008 01:09 AM
user lockout
My normal user account is locked out of a server. Its in trusted mode.
I tried /usr/lbin/modprpw -k -l but when I login with ssh it still says Permission denied, please try again.
I then tried resetting my password thinking that I must have the wrong one, but it said
You may not use the same password.
Heres the getprpw output:
uid=207, bootpw=NO, audid=60, audflg=1, mintm=-1, maxpwln=-1, exptm=-1, lftm=-1, spwchg=Wed Sep 17 13:33:12 2008, upwchg=-1, acctexp=-1, llog=-1, expwarn=-1, usrpick=DFT, syspnpw=DFT, rstrpw=DFT, nullpw=DFT, admnum=-1, syschpw=DFT, sysltpw=DFT, timeod=-1, slogint=Fri Jun 6 02:00:04 2008, ulogint=-1, sloginy=-1, culogin=-1, uloginy=-1, umaxlntr=-1, alock=NO, lockout=0000000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2008 01:35 AM
10-01-2008 01:35 AM
Re: user lockout
As per your output lockout=0000000 means user is not locked check your passwd and .profile, if possible try to change your passwd.
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2008 01:57 AM
10-01-2008 01:57 AM
Re: user lockout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2008 02:40 AM
10-01-2008 02:40 AM
Re: user lockout
/usr/lbin/modprpw -k userid (unlock/enable)
/usr/lbin/modprpw -x userid ( reset the password )
Thanks
SKR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2008 03:45 AM
10-01-2008 03:45 AM
Re: user lockout
resetting the password lets me log in, only to have to change it again, it then kicks me out immediately to log in again with the new password. When I do that it says permission denied!
Then I tried a brute force approach of copying my file in /tcb/files/auth/l/username to this box, but that hasnt worked either.
I then tried removing the .ssh directory in my home directory. I checked the IPs to ensure I was connecting to the machine I thought I was.
I still can't log in as myself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2008 03:47 AM
10-01-2008 03:47 AM
Re: user lockout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2008 03:55 AM
10-30-2008 03:55 AM
Re: user lockout
My password was 9 chars long. It didnt let me in even when I unlocked the account.
Strangely enough it did let me su -. Its just sshd which didnt like the 9 character password.
When I changed the password to something else 9 characters long it still wouldn't let me in.
When I changed it to something 8 characters long it did let me in.
The file /etc/default/security has MIN_PASSWORD_LENGTH=8
but nothing relating to maximum password length.
I think this problem must have been fixed in a patch because it only occurs on old systems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2008 03:57 AM
10-30-2008 03:57 AM
Re: user lockout
Appears to be an sshd bug.
Patch, patch...