From owner-freebsd-questions@FreeBSD.ORG Tue Sep 2 17:19:12 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 9AB8316A4BF for ; Tue, 2 Sep 2003 17:19:12 -0700 (PDT) Received: from cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86E5343F85 for ; Tue, 2 Sep 2003 17:19:10 -0700 (PDT) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 24521 invoked from network); 3 Sep 2003 00:19:08 -0000 Received: from unknown (HELO lucifer.cultdeadsheep.org) (192.168.0.2) by goofy.cultdeadsheep.org with SMTP; 3 Sep 2003 00:19:08 -0000 Date: Wed, 3 Sep 2003 02:19:08 +0200 From: Clement Laforet To: "Eivind Hestnes" Message-Id: <20030903021908.25d1779e.sheepkiller@cultdeadsheep.org> In-Reply-To: <00bf01c36ee8$faac9bf0$2401a8c0@calmari> References: <00bf01c36ee8$faac9bf0$2401a8c0@calmari> Organization: tH3 cUlt 0f tH3 d3@d sH33p X-Mailer: Sylpheed version 0.9.4 (GTK+ 1.2.10; i386-portbld-freebsd5.1) X-Face: ._cVVRDn#-2((lnfi^P7CoD4htI$4+#G/G)!w|,}H5yK~%(3-C.JlEYbOjJGFwJkt*7N^%z jYeu[;}]}F"3}l5R'l"X0HbvT^D\Q&%deCo)MayY`);TO Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: FreeBSD 4.7-STABLE and LDAP authentication X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2003 00:19:12 -0000 On Sat, 30 Aug 2003 13:22:20 +0200 "Eivind Hestnes" wrote: > Hi, Hi ! > We are interesting in using LDAP for authentication/indentification > for our users (everything from sshd, login, samba, mail) Our servers > are running FreeBSD 4.7-STABLE, and we are currently not planning to > upgrade to FreeBSD 5.1 (due to lack of time) > > I did a search on Google, and found this LDAP HOWTO for FreeBSD 5.1 > (http://www.cultdeadsheep.org/FreeBSD/docs/Quick_and_dirty_FreeBSD_5_ > x_and_nss_ldap_mini-HOWTO.html) As far as I understand, this kind of > LDAP setup will _not_ work on FreeBSD 4.X. So here is our question: > How can I make a similar LDAP authentication/indentification system > for FreeBSD 4.7? > > A reference to a HOWTO/or a step-by-step, would be great. There are a lot of ways to emulate this. 1. use padl nss_ldap tweaks (see readme file) 2. use padl NIS/LDAP Gateway (if you have some money to spend) 3. use yptransitd 4. use easyLDAP (http://www.easyldap.org/?fbsd) hope it helps. regards clem