- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: couldn't change password/attributes
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
06-09-2004 12:14 AM
06-09-2004 12:14 AM
couldn't change password/attributes
I have a nis client installed on the server.
When I want to change the password,
I get the following message:
couldn't change password/attributes on user ..
What can I do ?
Thanks
Ralf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 01:10 AM
06-09-2004 01:10 AM
Re: couldn't change password/attributes
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 01:23 AM
06-09-2004 01:23 AM
Re: couldn't change password/attributes
By
Ralf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 01:30 AM
06-09-2004 01:30 AM
Re: couldn't change password/attributes
I assume you are trying to change your own password and are not able to do so. hmm...
But it would help if you can provide more information on the problem.
Anyway, here is some general gynan:
On HP-UX, users change their passwords with the passwd (1) command which changes /etc/passwd or the NIS maps or the yppasswd (1) command which changes the NIS maps. With users' passwords in the directory, they must use a different method of changing their password.
Users change their password with the ldappasswd command. This command is similar to the yppasswd command. It changes a user's password in the LDAP directory. So, try using the other methods to change the password.
Regards,
Sri Ram
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 01:38 AM
06-09-2004 01:38 AM
Re: couldn't change password/attributes
passwd -r nis
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 01:52 AM
06-09-2004 01:52 AM
Re: couldn't change password/attributes
I tested:
passwd username
yppassed username
passwd -r nis username
Old NIS password:
New password:
Re-Enter new password:
then I get the error message
Have anyone an idea ?
Thank you
Ralf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 02:05 AM
06-09-2004 02:05 AM
Re: couldn't change password/attributes
like maybe "user
Are you running this command on the NIS master server or on a client?
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 02:08 AM
06-09-2004 02:08 AM
Re: couldn't change password/attributes
Try using 'passwd -r files
cd /var/yp and run make to propagate it to your NIS database. Remember, yppasswdd should only be run on the NIS master.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 02:41 AM
06-09-2004 02:41 AM
Re: couldn't change password/attributes
Check and see if rpc.yppasswdd is running on the NIS master. Maybe this daemon is down or unable to communicate.
Hope this helps.
Regds