- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Trusted System - getprpw lockout indicates asteric...
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-01-2004 09:04 AM
12-01-2004 09:04 AM
I'm comparing systems and was wondering if any any commands set the password back to '*'. Another question. Is it possible to set the password back to '*'? I see www is set to * on some systems and not others. Is it necessary to untrust the system just to reset the password to '*'?
Thanks in advance.
Jack
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2004 09:15 AM
12-01-2004 09:15 AM
SolutionYou should note that the '*' as the lockout character is nothing more than convention; any single character (e.g. 'Z') is an impossible hash and the account is just as effectively locked as with '*'. A few utilities look explicitly for '*' to produce a 'Locked' message but that is a weakness of those utilities rather than the '*' being a real lock --- or at least a better lock than any other impossible hash.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2004 12:53 PM
12-01-2004 12:53 PM
Re: Trusted System - getprpw lockout indicates asterick in password
CAVEAT: trusted accounts which have an admin lock cannot be remsh'd to or ssh'd to using passwordless certificate authentication. The only way to lock such an account is to put a * in the password field in the trused database, and in these cases I do it by hand.
Olivier
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2004 05:52 PM
12-01-2004 05:52 PM
Re: Trusted System - getprpw lockout indicates asterick in password
To unlock a user account that has either type of lock, use:
/usr/lbin/modprpw -m alock=NO -k
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 06:22 AM
12-02-2004 06:22 AM
Re: Trusted System - getprpw lockout indicates asterick in password
jck...