- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to Force Password Aging
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
08-14-2005 09:26 PM
08-14-2005 09:26 PM
My system is non trusted system.
How to force password aging min 4 weeks and maximum 12 weeks for all user that reside on /etc/passwd file and how to change back to no restriction again?
What are strength and weakness between trusted and non trusted system?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2005 09:52 PM
08-14-2005 09:52 PM
Re: How to Force Password Aging
Pls refer the below link.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=946795
and for trusted systems information pls refer
http://docs.hp.com/en/B2355-90121/
regrads
CS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2005 09:53 PM
08-14-2005 09:53 PM
Re: How to Force Password Aging
Use tsconvert to enable trusted mode, then either use SAM or modprpw/modprdef to set specifics.
You can roll back with "tconvert -r".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2005 10:06 PM
08-14-2005 10:06 PM
Re: How to Force Password Aging
>>"What are strength and weakness between trusted and non trusted system?"
see: http://www.faqs.org/faqs/hp/hpux-faq/section-68.html
and the ebook on "Administering Your HP-UX Trusted System"
http://docs.hp.com/en/B2355-90121/B2355-90121.pdf
hope this helps too!
regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2005 10:36 PM
08-14-2005 10:36 PM
Re: How to Force Password Aging
Good luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2005 12:16 AM
08-15-2005 12:16 AM
Solution- Non-trusted systems can have password aging. See both man pages for passwd:
man 1 passwd
man 4 passwd
For a non-trusted system, there are 2 to 4 characters following an optional comma in the encrypted password field. You can set these with SAM (always) or use the passwd command itself (unless you are using an obsolete version of HP-UX).
Note that tsconvert will indeed convert a system between Trusted and non-Trusted, but you should be aware that tsconvert is an undocumented, back-end (or support) command designed only for use with SAM. If you convert to a Trusted system, all passwords are immediately expired and every user must choose a new password before they can login. You can fix this with another backend command: modprpw. In the case for both commands (tsconvert and modprpw), they are found in a special directory: /usr/lbin
Although modprpw and getprpw now have man pages (unless you have an old system), they are still support commands and they may change options or even disappear at sometime in the future. SAM will convert your system cleanly. NOTE: Trusted systems allow much longer passwords, while standard systems allow only 8 significant characters. While you can type more, only the first 8 are used. That is not the case for Trusted so some passwords may seem to not work after conversion--just tell the user to type no more than the first 8 characters of the password.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2005 02:07 AM
08-16-2005 02:07 AM
Re: How to Force Password Aging
# passwd -n 7 -x 70 user1
ok good look