From owner-freebsd-current@FreeBSD.ORG Mon Apr 28 17:43:51 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 8D6A637B401; Mon, 28 Apr 2003 17:43:47 -0700 (PDT) Received: from pcat.heimat.gr.jp (catv-129-243.tees.ne.jp [202.216.129.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBD1A43FA3; Mon, 28 Apr 2003 17:43:45 -0700 (PDT) (envelope-from nakaji@tutrp.tut.ac.jp) Received: from xa12.heimat.gr.jp (xa12.heimat.gr.jp [202.216.136.35]) by pcat.heimat.gr.jp (8.12.9/8.12.9) with ESMTP id h3T0hfco009875; Tue, 29 Apr 2003 09:43:41 +0900 (JST) (envelope-from nakaji@tutrp.tut.ac.jp) Sender: nakaji@xa12.heimat.gr.jp To: "Jacques A. Vidrine" MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII From: NAKAJI Hiroyuki Date: Tue, 29 Apr 2003 09:43:40 +0900 In-Reply-To: <20030428174751.GA38323@madman.celabo.org> (Jacques A. Vidrine's message of "Mon, 28 Apr 2003 12:47:51 -0500") Message-ID: <86adeajfpe.fsf@xa12.heimat.gr.jp> User-Agent: T-gnus/6.15.18 (based on Oort Gnus v0.18) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.4 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) References: <20030428075916.GA53857@myhakas.internal> <20030428075916.GA53857@myhakas.internal> <20030428190209.A21656@dilbert.robbins.dropbear.id.au> <87of2rexxd.fsf@boggy.acest.tutrp.tut.ac.jp> <20030428174751.GA38323@madman.celabo.org> X-Virus-Scanned: by AMaViS-perl11-milter (http://amavis.org/) cc: freebsd-current@freebsd.org Subject: Re: Somethings still up with new NSS? 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, 29 Apr 2003 00:43:51 -0000 >>>>> In <20030428174751.GA38323@madman.celabo.org> >>>>> "Jacques A. Vidrine" wrote: > Dumb question: Are you sure that you have a user `pop' defined locally? > % grep ^pop: /etc/master.passwd Yes, sure. $ sudo grep pop /etc/master.passwd pop:*:68:6::0:0:Post Office Owner:/nonexistent:/sbin/nologin > What is the date of your sources? I ran cvsup about 10:30 am on Apr/28/2003 JST. > Please run `pwd_mkdb -p /etc/master.passwd' to rebuild your database. > Afterwards, what is the output of `id pop' ? I cannot check it for the case "before pwd_mkdb" because I have already run pwd_mkdb. 1. After pwd_mkdb and with "nis" in /etc/nsswitch.conf, $ id pop uid=68(pop) gid=6(mail) groups=6(mail) 2. After pwd_mkdb and with "nis" in /etc/nsswitch.conf, $ id pop uid=68(pop) gid=6(mail) groups=6(mail) In both cases, same output. -- NAKAJI Hiroyuki