- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Password change on NIS
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-15-2004 09:14 PM
07-15-2004 09:14 PM
Password change on NIS
As root, I'm trying to change the password of na ordinary user but NIS ask for the old password :(
root@poru9016:/# passwd helpdesk
Changing password for helpdesk on NIS server
Old NIS password:
Sorry.
root@poru9016:/#
How can I change the password for the user helpdesk?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2004 09:24 PM
07-15-2004 09:24 PM
Re: Password change on NIS
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=51047
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=51330
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2004 09:33 PM
07-15-2004 09:33 PM
Re: Password change on NIS
--------- man ypppasswd ----
The password update protocol passes the old and new passwords to the master NIS server at once. Thus, if the old NIS password is incorrect, no notification is given until the new NIS password is successfully entered.
-------------------------------
Try to use the passwd of users on files datebase. Check the /etc/nsswitch.conf file for passwd: entry.
Use the files in the begin and change the passwd of user now from super user. It will do that.
or passwd -r files user
It will do that change now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2004 09:48 PM
07-15-2004 09:48 PM
Re: Password change on NIS
Log in to the NIS server. Make a safe copy of the passwd file. vi the file and remove the user's password entry. Push the change out.
When you next run passwd
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2004 12:02 AM
07-16-2004 12:02 AM
Re: Password change on NIS
passwd -r files -F $path_to_nis_passwd $username
Lars
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 03:06 AM
08-25-2005 03:06 AM
Re: Password change on NIS
Thks!
Pedro