From owner-cvs-all Mon Mar 1 8:13:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 74AFB15411; Mon, 1 Mar 1999 08:11:29 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA50570; Mon, 1 Mar 1999 08:11:13 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Message-Id: <199903011611.IAA50570@freefall.freebsd.org> From: Bill Paul Date: Mon, 1 Mar 1999 08:11:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/chpass pw_yp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/03/01 08:11:13 PST Modified files: usr.bin/chpass pw_yp.c Log: 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. Revision Changes Path 1.14 +17 -1 src/usr.bin/chpass/pw_yp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message