Operating System - HP-UX
1838678 Members
4046 Online
110128 Solutions
New Discussion

Re: NIS user directory stuck with numerical UID instead of alphabetic naming convention

 
Randy_9
Regular Advisor

NIS user directory stuck with numerical UID instead of alphabetic naming convention

My NIS client ( ypbound to an AIX slave ) seems
to pick up only the numeric UID in a long listing for a NIS user instead of the user's name?. Any idea, it occurs on all of my HP clients bound to this slave server?

Thanks,

Randy
4 REPLIES 4
Randy_9
Regular Advisor

Re: NIS user directory stuck with numerical UID instead of alphabetic naming convention

NOTE:
Slave server and client in different subnet
than the NIS server. Clients in the same
subnet pick up the users name instead of the
numerical value in a long listing.

Randy
A. Clay Stephenson
Acclaimed Contributor

Re: NIS user directory stuck with numerical UID instead of alphabetic naming convention

Does ypcat passwd work normally?

If so, I would tend to suspect stale entries in the pwgrd. Do a ps -ef | grep pwgrd. If it is running kill it -- the machine will run fine without it so you might consider disabling this daemon.

If it ain't broke, I can fix that.
Randy_9
Regular Advisor

Re: NIS user directory stuck with numerical UID instead of alphabetic naming convention

Clay,

I can see the NIS maps no problem ( ypcat ), the daemon was running and I killed it. But
when I logon as the user it still picks up just the numerical value for the UID ( not for the group ). Odd thing, is that I can logon on as any other user and the UID is the
actual name of the user. Weird... again, on the same subnet as the server it picks up the UID correctly for the user ID that is giving me problems.

Randy
Randy_9
Regular Advisor

Re: NIS user directory stuck with numerical UID instead of alphabetic naming convention

Clay,

A rebuild of the maps on the AIX slave server, corrected the problem. Thanks for your help!

Randy