- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HPUX 11.0: Password Lifetime Passed
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
09-29-2003 06:04 AM
09-29-2003 06:04 AM
Password can not be changed. Reason: Password lifetime has passed.
What is the correct syntax to reset a user's account and lifetime on a trusted system?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 06:06 AM
09-29-2003 06:06 AM
Re: HPUX 11.0: Password Lifetime Passed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 06:08 AM
09-29-2003 06:08 AM
Re: HPUX 11.0: Password Lifetime Passed
Now, lets see if I can help you with your actual question.....
I would go into SAM, and modify the account that way. That should let you completely reset the account.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 06:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 06:16 AM
09-29-2003 06:16 AM
Re: HPUX 11.0: Password Lifetime Passed
Since the SAM Functional Area 'Accounts For Users and Groups' is not available....I was attempting to reset the account manually using the passwd command however each time I get teh message 'Password lifetime has passed.' There must be away to reset a user's account and lifetime from the command line.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 06:28 AM
09-29-2003 06:28 AM
Re: HPUX 11.0: Password Lifetime Passed
try
/usr/lbin/modprpw -x
This should reset the password.
Thanks,
Sundar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2003 01:40 AM
09-30-2003 01:40 AM
Re: HPUX 11.0: Password Lifetime Passed
What I've done to reset the password is go into SAM select the account and go to "modify security policies". Then "password aging policies".
At the bottom of that screen you will see "reset password age to zero", check that and click ok.
What that does is make the password look like a new one to the system and it should then allow you to change it.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2003 03:01 AM
09-30-2003 03:01 AM
Re: HPUX 11.0: Password Lifetime Passed
I traditionally use SAM for this however, the SAM Functional Area 'Accounts For Users and Groups'is not available and I wanted to know how to reset a user's password from the command line on a "Trusted System".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2008 10:24 AM
06-25-2008 10:24 AM
Re: HPUX 11.0: Password Lifetime Passed
/usr/lbin/modprpw -l -k loginid
To Reset the Password Age to Zero use
/usr/lbin/modprpw -v loginid
cheers
sasi