From owner-freebsd-questions@FreeBSD.ORG Fri Oct 27 12:32:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 0B03716A40F for ; Fri, 27 Oct 2006 12:32:22 +0000 (UTC) (envelope-from jonathan@hst.org.za) Received: from sirian.hst.org.za (sirian.hst.org.za [209.203.2.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF26643D45 for ; Fri, 27 Oct 2006 12:32:18 +0000 (GMT) (envelope-from jonathan@hst.org.za) Received: from localhost (localhost.hst.org.za [127.0.0.1]) by sirian.hst.org.za (Postfix) with ESMTP id 391A831D552 for ; Fri, 27 Oct 2006 14:35:26 +0200 (SAST) Received: from sirian.hst.org.za ([127.0.0.1]) by localhost (sirian.hst.org.za [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03823-03 for ; Fri, 27 Oct 2006 14:35:26 +0200 (SAST) Received: by sirian.hst.org.za (Postfix, from userid 1004) id 97C1231D54F; Fri, 27 Oct 2006 14:35:25 +0200 (SAST) Received: from sysadmin.int.dbn.hst.org.za (sysadmin.int.dbn.hst.org.za [10.1.1.20]) by sirian.hst.org.za (Postfix) with ESMTP id 0C2D531D2E8 for ; Fri, 27 Oct 2006 14:35:24 +0200 (SAST) From: Jonathan McKeown Organization: Health Systems Trust To: freebsd-questions@freebsd.org Date: Fri, 27 Oct 2006 14:34:24 +0200 User-Agent: KMail/1.7.2 References: <000001c6f9c2$2a796bd0$0405a8c0@northamerica.corp.microsoft.com> In-Reply-To: <000001c6f9c2$2a796bd0$0405a8c0@northamerica.corp.microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610271434.24936.jonathan@hst.org.za> X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on sirian.hst.org.za X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=7.0 tests=BAYES_00 autolearn=ham version=2.61 X-Virus-Scanned: by amavisd-new at hst.org.za Subject: Re: Auto Create home directory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Oct 2006 12:32:22 -0000 On Friday 27 October 2006 14:19, Ansar Mohammed wrote: > Hello, > I have a network based on FreeBSD and I have a centralized ldap server > running OpenLDAP. I am using ldapeditor (http://www.ldapeditor.com > ) to manage the accounts. However, ldapeditor > is a Windows program and it does not have a way to auto create user home > directories. How can I auto create home directories? I installed security/pam_mkhomedir from ports and added session required /usr/local/lib/pam_mkhomedir.so to the session stanzas of the relevant files in /etc/pam.d Jonathan