]> git.cameronkatri.com Git - pw-darwin.git/commit
In use_yp(), call _yp_check() to make ultra, super-duper sure that NIS
authorBill Paul <wpaul@FreeBSD.org>
Tue, 7 May 1996 21:05:12 +0000 (21:05 +0000)
committerBill Paul <wpaul@FreeBSD.org>
Tue, 7 May 1996 21:05:12 +0000 (21:05 +0000)
commit346a63c95a04ba84385c7ffbf97538523c4885f1
tree18d7a8474a3c1e25738bfc19603f85ae58d11239
parent67c956f4295255e54027c4a05528dccc9d027fdb
In use_yp(), call _yp_check() to make ultra, super-duper sure that NIS
is available before trying to go hunting for a domain name. This fixes
the following problem: you have +::::::::: in /etc/master.passwd but
NIS isn't running (no ypbind, no domain name set) -- passwd and chpass
will still try to change an NIS password instead of the local one.
chpass/pw_yp.c