From owner-freebsd-questions@FreeBSD.ORG Thu Oct 2 07:05:13 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9DBF16A4B3 for ; Thu, 2 Oct 2003 07:05:13 -0700 (PDT) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [66.30.200.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0D4543F85 for ; Thu, 2 Oct 2003 07:05:12 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by be-well.ilk.org (Postfix, from userid 1147) id 5A8463AF4; Thu, 2 Oct 2003 10:05:12 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Antoine Jacoutot References: <200309302125.33657.ajacoutot@lphp.org> From: Lowell Gilbert Date: 02 Oct 2003 10:05:12 -0400 In-Reply-To: <200309302125.33657.ajacoutot@lphp.org> Message-ID: <44lls3spk7.fsf@be-well.ilk.org> Lines: 11 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: NIS create homedir X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2003 14:05:13 -0000 Antoine Jacoutot writes: > I was wondering if it was possible to automaticaly create users home > directories when creating NIS users ? > Indeed, the "-m" switch for the command "pw" does not create them. Is it > normal behaviour, or is it a bug ? I took a quick look, and it *looks* like it should work (although there are plenty of potential pitfalls there, obviously). I don't have an NIS setup, though, nor enough boxes to set one up, so I can't really debug it very far...