From owner-freebsd-current@FreeBSD.ORG Tue Sep 21 21:48:56 2004 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 156D716A4CE for ; Tue, 21 Sep 2004 21:48:56 +0000 (GMT) Received: from gw.celabo.org (gw.celabo.org [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3B8243D45 for ; Tue, 21 Sep 2004 21:48:55 +0000 (GMT) (envelope-from nectar@celabo.org) Received: from localhost (localhost [127.0.0.1]) by gw.celabo.org (Postfix) with ESMTP id 1DE905487E; Tue, 21 Sep 2004 16:48:55 -0500 (CDT) Received: from gw.celabo.org ([127.0.0.1]) by localhost (hellblazer.celabo.org [127.0.0.1]) (amavisd-new, port 10024) with SMTP id 46699-01; Tue, 21 Sep 2004 16:48:44 -0500 (CDT) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (not verified)) by gw.celabo.org (Postfix) with ESMTP id 73C4F54861; Tue, 21 Sep 2004 16:48:44 -0500 (CDT) Received: by madman.celabo.org (Postfix, from userid 1001) id B0E5E6D468; Tue, 21 Sep 2004 16:48:32 -0500 (CDT) Date: Tue, 21 Sep 2004 16:48:32 -0500 From: "Jacques A. Vidrine" To: Gerrit =?iso-8859-1?Q?K=FChn?= Message-ID: <20040921214832.GB52693@madman.celabo.org> Mail-Followup-To: "Jacques A. Vidrine" , Gerrit =?iso-8859-1?Q?K=FChn?= , Evren Yurtesen , freebsd-current@freebsd.org References: <4150CA1E.4040304@ispro.net.tr> <20040921173853.22700630@arc.pmp.uni-hannover.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20040921173853.22700630@arc.pmp.uni-hannover.de> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.6i Content-Transfer-Encoding: quoted-printable cc: freebsd-current@freebsd.org cc: Evren Yurtesen Subject: Re: nis/yp question about password file 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: Tue, 21 Sep 2004 21:48:56 -0000 On Tue, Sep 21, 2004 at 05:38:53PM +0200, Gerrit K=FChn wrote: > On Tue, 21 Sep 2004 17:41:02 -0700 Evren Yurtesen > wrote about nis/yp question about password file: >=20 >=20 > EY> can anybody tell what changed in nis/yp that it doesnt work as befo= re=20 > EY> anymore? >=20 > 5.x is featuring /etc/nsswitch.conf > Did you create one during your update process? Mine looks like this and > works fine with yp: >=20 > cat /etc/nsswitch.conf =20 > group: nis files > group_compat: nis > hosts: files nis dns > passwd: nis files > passwd_compat: nis Your "group_compat" and "passwd_compat" lines will never be used. The original poster will need to use an nsswitch.conf that either (a) has no "group" or "passwd" lines, or (b) has the following: group: compat group_compat: nis passwd: compat passwd_compat: nis Also see nsswitch.conf(5). Cheers, --=20 Jacques A Vidrine / NTT/Verio nectar@celabo.org / jvidrine@verio.net / nectar@FreeBSD.org