From owner-freebsd-current@FreeBSD.ORG Mon Jul 14 11:18:00 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 076F137B401 for ; Mon, 14 Jul 2003 11:18:00 -0700 (PDT) Received: from mail.gactr.uga.edu (mail.gactr.uga.edu [128.192.37.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5144B43F75 for ; Mon, 14 Jul 2003 11:17:59 -0700 (PDT) (envelope-from Robin.Blanchard@gactr.uga.edu) Received: (qmail 67202 invoked from network); 14 Jul 2003 18:17:58 -0000 Received: from unknown (HELO ex.gactr.uga.edu) ([10.10.11.21]) (envelope-sender ) by mail.servers.gactr.gc.nat (qmail-ldap-1.03) with SMTP for ; 14 Jul 2003 18:17:58 -0000 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 Date: Mon, 14 Jul 2003 14:17:58 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Re: Help diagnosing NIS breakage ? Thread-Index: AcNKM5Vgr2fPfB/RTkm173AnI7H7xAAABROwAAAizfA= From: "Robin P. Blanchard" To: Subject: Re: Help diagnosing NIS breakage ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2003 18:18:00 -0000 In our implementation, the NIS server is ActiveDirectory with = ServicesForUnix 3.0 :) > -----Original Message----- > From: Daniel Eischen [mailto:eischen@vigrid.com] > Sent: Monday, July 14, 2003 2:13 PM > To: Robin P. Blanchard > Cc: John De Boskey; current@freebsd.org; Jacques A. Vidrine > Subject: RE: Help diagnosing NIS breakage ? >=20 >=20 > On Mon, 14 Jul 2003, Robin P. Blanchard wrote: >=20 > > That did it.... > >=20 > > Using latest -CURRENT sources, but backing out to > > src/lib/libc/gen/getpwent.c,v 1.81 gets NIS clients working again.=20 > > Re-sync this in CVS ? >=20 > The change (rev 1.82) to getpwent.c allows FreeBSD NIS > clients to work with Solaris NIS+ servers running in YP=20 > compatibility mode. Without the change, FreeBSD clients in=20 > such an environment can't log in. >=20 > I think this is exposing a bug in our NIS implementation, > but don't know enough about it to be sure. I think backing it out=20 > just hides the bug again. As a work-around, we could try yp_order=20 > first, and if that fails, try yp_master. >=20 > -- > Dan Eischen