- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- passwd change on a trusted system
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
12-09-2004 08:11 AM
12-09-2004 08:11 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2004 08:19 AM
12-09-2004 08:19 AM
Re: passwd change on a trusted system
/usr/lbin/getprpw -m lockout "user_name"
The output will be 7 didgit no. Decode it as follows.
To decode what is returned, note that the position (left to right) represents:
1 past password lifetime
2 past last login time
3 past absolute account lifetime
4 exceeding unsuccessful login attempts
5 password required and a null password
6 admin lock
7 password is a *
Unlock the account as /usr/lbin/modprpw -k "user_name"
Also to avoid this problem, you may look at setting a expiry warning. (expwarn). This would warn the users that in xx days, they password will expire and they should chnage it.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2004 08:24 AM
12-09-2004 08:24 AM
Re: passwd change on a trusted system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2004 08:27 AM
12-09-2004 08:27 AM
Re: passwd change on a trusted system
If so, are the users that are having problems using password that are longer than 8 characters? If so, have them try entering just the first 8 characters and see if that helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2004 08:33 AM
12-09-2004 08:33 AM
Re: passwd change on a trusted system
exptm - expiry time
lftm - life time of user
expwarn - expiry warning
mintm - min. time between password change
If I understand trusted systems correctly, if lftm expires, then account is locked. For the user that have problem, the lftm gets past the setting and hence when they get password change prompt, even they put right password, "sorry message" is given because, the accoutn is locked.
When user gets this message, check his above four settings and lockout setting. If it locked, then unlock and ask user to check. Not it should not give sorry message.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2004 08:35 AM
12-09-2004 08:35 AM
Re: passwd change on a trusted system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2004 09:11 AM
12-09-2004 09:11 AM
Re: passwd change on a trusted system
passwd: files
If it isn't, try changing it to files and see if it helps.
Just keep in mind that this is a shot in the dark......
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2004 09:32 AM
12-09-2004 09:32 AM
Re: passwd change on a trusted system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2004 01:54 AM
12-13-2004 01:54 AM
Re: passwd change on a trusted system
Thanks for all of your help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2004 03:01 AM
12-13-2004 03:01 AM
SolutionSo 'Sec#ret' becomes 'Seret' when the login process sees it.