]> git.cameronkatri.com Git - pw-darwin.git/commit
Close PR #10264. Don't bail directly out of passwd/chpass in my_yp_match().
authorBill Paul <wpaul@FreeBSD.org>
Mon, 1 Mar 1999 16:11:13 +0000 (16:11 +0000)
committerBill Paul <wpaul@FreeBSD.org>
Mon, 1 Mar 1999 16:11:13 +0000 (16:11 +0000)
commitd103cd21c4fb6c24b725050e7dfa6ca3b603fb6f
tree56776f0e141dce5e413440f15f18ce933f3eb2bb
parentd00bfbe0b79d38db2147526fe835ffcaf0175971
Close PR #10264. Don't bail directly out of passwd/chpass in my_yp_match().
Instead, treat the inability to retrieve a record from the server as a
match failure and let things take its course.

Part of the problem here is that NIS _is_ turned on, however the master
server is actually not an NIS server: it's an NIS+ server. And the client
is bound to an NIS+ replica server that's running in YP compat mode.
The code which tries to figure out of the user is local or NIS gets
confused by this.
chpass/pw_yp.c