Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

NIS Server Users Accounts

Status
Not open for further replies.

jillotoole

IS-IT--Management
Jan 11, 2002
5
US
How can I change users accounts on an NIS Server. I found the passwd map file and I can view it by typing ypcat passwd, but how do I change it?
 
Unless your NIS master has been configured to use a separate /etc/passwd file for NIS users, it's usually as simple as adding the user to your NIS master using the normal method (useradd or vi).

Wait a while for the user to appear in NIS, or else cd /var/yp ; make if you're in a hurry. Annihilannic.
 
To find out where the passwd file is for the NIS master (It may not be the default /etc/passwd) simply look at the make file /var/yp/Makefile it will state where it is! Tóg a bóg é!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top