From owner-freebsd-questions@FreeBSD.ORG Wed Oct 18 06:10:30 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 BF4EA16A47B for ; Wed, 18 Oct 2006 06:10:30 +0000 (UTC) (envelope-from chandler@chapman.edu) Received: from hormel.chapman.edu (hormel.chapman.edu [192.77.116.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3485943D5D for ; Wed, 18 Oct 2006 06:10:27 +0000 (GMT) (envelope-from chandler@chapman.edu) Received: from ADAM.chapman.edu ([10.99.0.71]) by hormel.chapman.edu (8.12.9/8.12.9) with ESMTP id k9I6O88a009050 for ; Tue, 17 Oct 2006 23:24:08 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Tue, 17 Oct 2006 23:10:26 -0700 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: LDAP home directories Thread-Index: AcbyeSzIPG4o/UCQTCmJ5GXZ9Qb2/gAAuhvg From: "Chandler, Jay" To: Subject: RE: LDAP home directories 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: Wed, 18 Oct 2006 06:10:30 -0000 At this point, we've no need for Samba-- our AD is separate from our LDAP directory, and the integration is handled elsewhere. =20 Unfortunately we have about 50K LDAP users, so creating local users for all of them is unfeasible unless there's a batch process to do this. I know it's possible under CentOS (I think via OpenLDAP?) with a minimum of hassle... -- Jay Chandler Network Administrator, Chapman University 714.628.7249 / chandler@chapman.edu Ethernet, n. What one uses to catch the Etherbunny. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Jahilliya Sent: Tuesday, October 17, 2006 10:49 PM To: Chandler, Jay Cc: freebsd-questions@freebsd.org Subject: Re: LDAP home directories Hey, We are using FreeBSD with Samba+OpenLDAP, each user effectively needs mapping to a local user so what we've used to give us the ability to type : cd ~user and get their home dir, as well as type : id 10000 to get their username/groups... is to install nss_ldap, pam_ldap, edit the files in /etc/pam.d/, there is a lot of good information on this, have a look at the Samba docs as well as the documentation for pam_ldap and nss_ldap. _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"