- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: help from man page of getprpw
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-12-2011 09:40 AM
01-12-2011 09:40 AM
help from man page of getprpw
after reading the man page of getprpw in lockout values
1 past password lifetime -- how to find past password lifetime.
2 past last login time (inactive account)
3 past absolute account lifetime
7 password is a *
what all this refers to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2011 10:45 AM
01-12-2011 10:45 AM
Re: help from man page of getprpw
Those number you mention refer to the bit value that is assigned to denote the lockout "reason" on the account. For example:
... if a password is past it's lifetime it get's locked and the bit is set to "1".
...if a password is unsucessfully attempted above the range allowed then the account is locked and the bit value is set to "4"
... if the password was set to "*" then the bit is set to "7"
Hope that helps,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2011 11:37 AM
01-12-2011 11:37 AM
Re: help from man page of getprpw
systems to get & modify the password related
values. Trusted systems have /tcb directory, for rest nodes the command passwd would do.
Thanks
Manix
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2011 07:55 AM
01-15-2011 07:55 AM
Re: help from man page of getprpw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2011 09:15 AM
01-15-2011 09:15 AM
Re: help from man page of getprpw
for shadow passwords field is "x"
for trusted passwords field is "encrypted"