To set up the NIS client on Festival (4.10.11):
festival$ wajig install netbase portmap nis
You will be asked the name of the nis domain. You must use the name you supplied to the master server (ktnet.ktware.com). It is stored in /etc/defaultdomain.
Specify the NIS server address in /etc/yp.conf:
ypserver 105.229.8.170
Restart the client:
$ wajig restart nis
Now edit the passwd, shadow, group and gshadow files. In passwd remove all the users (anyone with a user id in the 1000's) and add:
+::::::
And in shadow:
+::::::::
Then in groups and gshadow files, similarly remove the users and add:
+:::
NIS should now be working. Certainly ypcat passwd should show the users in NIS.