Setting up a NIS client
Hello,
Unfortunately I'm still forced to use NIS as a client on my network.
So I had to enable the NIS client.
Reading the "System Administration Guide Name and Directory Services DNS NIS and LDAP, pages 94 and 95, Setting Up NIS Clients I saw that the recommended configuration method still is "ypinit -c".
If /var/yp/binding/`domainname`/ypservers exists then ypbind will start without the "-broadcast" option, as long as /etc/defaultdomain exists and contains a valid NIS domain name.
Take a look on /lib/svc/method/yp lines 107-131.
Using "ypinit -c" seemed somewhat akward.
Wouldn't be perfectly valid if I configure
Unfortunately I'm still forced to use NIS as a client on my network.
So I had to enable the NIS client.
Reading the "System Administration Guide Name and Directory Services DNS NIS and LDAP, pages 94 and 95, Setting Up NIS Clients I saw that the recommended configuration method still is "ypinit -c".
If /var/yp/binding/`domainname`/ypservers exists then ypbind will start without the "-broadcast" option, as long as /etc/defaultdomain exists and contains a valid NIS domain name.
Take a look on /lib/svc/method/yp lines 107-131.
Using "ypinit -c" seemed somewhat akward.
Wouldn't be perfectly valid if I configure
0