- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cannot change password when password has been expi...
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
11-25-2007 05:58 PM
11-25-2007 05:58 PM
cannot change password when password has been expired
Password:
Your password has expired. Choose a new one
Changing password for user1
Old password:
Sorry.
There is no problem on changing the password by root or by user (at unix prompt). However, if the password expired, when the user login and entered the old password, then it only returned the "Sorry" and then back to the login prompt again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2007 09:12 PM
11-25-2007 09:12 PM
Re: cannot change password when password has been expired
Clear the password for user1 and then reset it in 2 steps.
prompt> /usr/sam/lbin/usermod.sam -F -p "" user1
prompt> modprpw -k user1
Thanks,
Srikanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2007 09:14 PM
11-25-2007 09:14 PM
Re: cannot change password when password has been expired
Same thread is being discussed over here:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1180167
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2007 05:07 AM
11-26-2007 05:07 AM
Re: cannot change password when password has been expired
You can use the commands listed below as root. If you use the getprpw command and it return "1" in any colume then the account is locked. use the modprpw to unlock thew account. you can also do a man on these commands.
#getprpw -r -m lockout usedid
#modprpw -k userid
sp,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2007 04:51 AM
11-29-2007 04:51 AM