From owner-freebsd-small@FreeBSD.ORG Mon Oct 17 14:05:41 2005 Return-Path: X-Original-To: freebsd-small@freebsd.org Delivered-To: freebsd-small@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4102416A41F for ; Mon, 17 Oct 2005 14:05:41 +0000 (GMT) (envelope-from small@dino.sk) Received: from bsd.dino.sk (bsd.dino.sk [213.215.72.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91ADC43D48 for ; Mon, 17 Oct 2005 14:05:39 +0000 (GMT) (envelope-from small@dino.sk) Received: from [172.16.39.201] ([213.215.72.45]) by bsd.dino.sk with esmtp; Mon, 17 Oct 2005 16:06:05 +0200 id 0000002F.4353AFCE.00012D98 From: Milan Obuch To: freebsd-small@freebsd.org Date: Mon, 17 Oct 2005 16:06:43 +0200 User-Agent: KMail/1.7.2 References: <20051017134257.GA74997@bewilderbeast.blackhelicopters.org> In-Reply-To: <20051017134257.GA74997@bewilderbeast.blackhelicopters.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510171606.43796.small@dino.sk> Subject: Re: Separate password files on diskless boxes? X-BeenThere: freebsd-small@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2005 14:05:41 -0000 On Monday 17 October 2005 15:42, Michael W. Lucas wrote: > Hi, > > I'm using nanobsd.sh on 6.0RC to provide a small world for diskless > boxes. These are for small single-purpose machines -- i.e., DNS > server, FTP server, etc, served off read-only NFS. Nothing exciting > there, it just works. > > The last problem I'm having is the password file. I need to assign > separate password files to each, and separate root passwords on each > diskless station. The problem, of course, is the MFS /etc, so changes > are not permanent. > > Is there any way to make passwd(1) talk to a different password file? > I really don't want to use read/write mounts on my NFS server. Or, > has anyone come up with a clever way to do this? All the tutorials in > Google talk about using the server's password file, which I > specifically don't want to do... > > Thanks! > You could install separate file when you create MFS filesystem. We solve similar issue with script saving changed /etc/master.passwd elsewhere. This file is read when booting. Regards, Milan