- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Password Related
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-09-2007 04:40 PM
01-09-2007 04:40 PM
Password Related
How to unlock an user account using command line in untrusted system ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2007 05:25 PM
01-09-2007 05:25 PM
Re: Password Related
See the below thread, i think it will solve your problem.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1044359&admit=-682735245+1168410047652+28353475
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=857393
Regards,
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2007 11:37 PM
01-09-2007 11:37 PM
Re: Password Related
Easiest way, go to sam and go to users and then unlock the account.
Regards,
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2007 01:29 AM
01-10-2007 01:29 AM
Re: Password Related
The easiest way to release a password lock in non-trusted system , is to use SAM, SAM ==> Accounts ==> Users & Groups , choose the User and go to action field and choos "Re-activate user" ,
You can also release by replacing the * in the password file of that user with null value, but that will be insecure.
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2007 01:40 AM
01-10-2007 01:40 AM
Re: Password Related
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1044359
"for an untrusted system, locking via the passwd command is done by replacing the user's passwd hash with '*' although any non-null, non 13 characterslong string would work as well because that would be an impossible to match hash. By convention, the '*' character is used to lock the account; it is then unlocked by assigning a new password (or by entering a null value in the passwd hash field of that user's passwd file entry -- but that would be terribly insecure until a real password were entered)."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2007 01:54 AM
01-10-2007 01:54 AM
Re: Password Related
Please check
/usr/lbin/modprpw -k
grds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2007 01:58 AM
01-10-2007 01:58 AM
Re: Password Related
# /usr/lbin/modprpw -k username
If you want to see WHY the account is locked:
# /usr/lbin/getprpw -m lockout username
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2007 02:40 AM
01-10-2007 02:40 AM
Re: Password Related
To check if the account is locked you use the getprpw command.
#getprpw -r -m lockout userid ***status
#modprpw -k userid *****unlock account
#modprpw -x userid *****change passwd
sp,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2007 03:03 AM
01-10-2007 03:03 AM
Re: Password Related
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2007 07:54 AM
01-10-2007 07:54 AM