- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- root can't change user-passwords
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
07-23-2001 03:44 AM
07-23-2001 03:44 AM
we have installed HPux11 on a E55 Server.
When i want to change user-passwords as root user, i am always prompted for the users old-Password.
root uid is 0, the access rights for etc/passwd are same as on a 10.20 System?
The system is not setup as trusted System.
Has anyone an idea who to solve this Problem?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2001 03:49 AM
07-23-2001 03:49 AM
Re: root can't change user-passwords
edit the /etc/passwd. Replace the combination in the second column ( 13 characters ) by the combiantion ,..
Then the user will be asked to enter a new password on next login.
Rgds
Alexander M. Ermes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2001 03:49 AM
07-23-2001 03:49 AM
Re: root can't change user-passwords
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2001 03:50 AM
07-23-2001 03:50 AM
Re: root can't change user-passwords
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2001 04:26 AM
07-23-2001 04:26 AM
Re: root can't change user-passwords
you can do this using SAM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2001 05:28 AM
07-23-2001 05:28 AM
Re: root can't change user-passwords
the machine is setup as NIS Server.
nevertheless it should be possible for the root user, to change passwords of other users, without entering the users old password (which root does not know).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2001 05:47 AM
07-23-2001 05:47 AM
Re: root can't change user-passwords
I think if you have password setup then passwd will ask you for your old password. So you have to remove second field from passwd file manually then it will ask you for new password.
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2001 05:49 AM
07-23-2001 05:49 AM
SolutionSince you are using NIS, yppasswd always prompts for the old passwd even if the effective uid is 0. The undeylying function (yppasswd) requires the old passwd as an argument. However, you can as root on the NIS server use 'passwd' (not yppasswd) to change the passwd of any user. You then need to push the new passwd map either by
cd'ing to /var/yp amd 'make' or with an explicit ypmake command.
This should fix you, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2001 07:08 AM
07-23-2001 07:08 AM
Re: root can't change user-passwords
sets the password without prompting for the old one
regards and thanks for your help
Karl