- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 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
03-24-2003 10:21 AM
03-24-2003 10:21 AM
I??m experimenting a strange event on my HPUX 11i server. I converted that server in a Trusted System, but something rare happen when i want to change the password for the user "root".
# passwd
Changing password for root
Old password:
Sorry.
After put the actual password that corresponds to the old password in this case, i receive the "sorry" message.
I have others serves on HPUX 11.0 with Trusted Systems, and don??t receive the same message, when i try to change the password's root. Both systems (11i, 11.0) have applied the same security policies.
Somebody know??s if the problem has relation about the OS version ?.
Thank??s in advance !
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 10:25 AM
03-24-2003 10:25 AM
Re: Trusted System !
Regards,
RZ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 10:27 AM
03-24-2003 10:27 AM
SolutionThis can occur IF your original root PW was greater than 8 chars. Before the chars >8 were just ignored, now they come into play.
Try entering JUST the first 8 chars of the old root PW & see if that works.
The cause is that when you converted, they system only converted the first 8 chars.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 10:27 AM
03-24-2003 10:27 AM
Re: Trusted System !
authck -p (* verifies *)
/usr/sam/lbin/usermod.sam -F -p "" root (* null password *)
Also good to know:
getprpw
alock=yes then account is disabled. Remember, three strkes and out!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 11:37 AM
03-24-2003 11:37 AM
Re: Trusted System !
Look for a line with something like this:
:u_pwd=UNpk1V5S4Kt.:
Edit it to look like this:
:u_pwd=:
That will remove the encrypted password for root. Use passwd to set a new password.
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 12:22 PM
03-24-2003 12:22 PM
Re: Trusted System !
Jeff had the answer. Try the first 8 chars of the password. This is only the case if you had a password of more than 8 chars and converted the system.
Once the system is converted, subsequent password changes will not be affected though only first 8 chars are significant.
-Sri