- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- strange password problem
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-06-2005 09:26 AM
07-06-2005 09:26 AM
strange password problem
I have an HP L2000 running HP-UX 11.0. When users login their passwords are authenticated through NIS. There is one user in particular who can't log in to this machine using his current password stored in NIS (he gets login incorrect). However, he can login using his old password from 2 months ago. I checked the /etc/passwd file and there is no local entry for his account. nsswitch.conf passwd entry says "files nis". He can log into all other HP-UX machines using his current NIS password. Only this machine is acting weirdly. Any ideas what is causing this and how to fix it?
thanks
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2005 09:33 AM
07-06-2005 09:33 AM
Re: strange password problem
When you do ypwhich is it bound to a valid ypserver?
How does the /var/yp/Makefile look? Modified recently?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2005 09:40 AM
07-06-2005 09:40 AM
Re: strange password problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2005 09:40 AM
07-06-2005 09:40 AM
Re: strange password problem
#!/bin/sh
HOSTS="sysA sysB sysC"
(for SYSTEM in $HOSTS
do
remsh $SYSTEM -n ypwhich
done) | grep -v 'not bound' | sort | uniq -c
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2005 10:50 AM
07-06-2005 10:50 AM
Re: strange password problem
# swlist -l patch PHCO_19292
regards!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2005 01:12 PM
07-06-2005 01:12 PM
Re: strange password problem
I found out the problem: I have a master NIS server and a slave. The problem machine is bound to the slave, and the slave is not getting updated.
So now I have a new problem: Any ideas why the slave is not getting updated whenever I make changes on the master?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2005 07:17 PM
07-06-2005 07:17 PM
Re: strange password problem
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2005 10:02 PM
07-06-2005 10:02 PM
Re: strange password problem
1. check the /etc/rc.config.d/namesvrs - file has all details properly mentioned....like NIS_DOMAIN...etc...
2. check the domainname
3. you can download NIS maps by initiating a command --- ypinit -s
once map files are thru then this problem will not occur further...
4.check /var/yp/securenets--- has proper network address given
5.check whether NIS_SLAVE_SERVER is set to 1 in /etc/rc.config.d/namesvrs file and also execute the script also
# /sbin/init.d/nis.server stop
# /sbin/init.d/nis.server start
regds
Venkatesan