From owner-freebsd-questions@FreeBSD.ORG Thu Feb 14 20:43:59 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6113516A468 for ; Thu, 14 Feb 2008 20:43:59 +0000 (UTC) (envelope-from jontheil@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179]) by mx1.freebsd.org (Postfix) with ESMTP id 48DE913C4E9 for ; Thu, 14 Feb 2008 20:43:59 +0000 (UTC) (envelope-from jontheil@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so778028waf.3 for ; Thu, 14 Feb 2008 12:43:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=PjK2IotP71alc+o1ZO2Y9plxZqTS9qWwek/yoriqvf4=; b=g5Vrwl8mONbRB62XKdGfupBHB5gs4ADG2leqj4tR54CWi7CC0R/Vp9SoFGPtaGZlM0ERJBR+zsa5UD0gn402CpHqpyRuAeg1PcucE04gD7zv5BCUF0AIIPhdX6L2GuwV5UyqjCGNXOVSD709iMAMrSCh8IZTEUsA1oMEKQuE0V4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ce16wISHVWmL3Qwyx6meG5s1ivb1q/QvncR2Co4/yzGu4YVROeMVgeTtO96dvI+mZ5W+ykvXqxifI5tEmOahXpYR/zg7MxlzOZTqoCHBzbkFaUWFOBxG5afL8mH2QS7LExWwpVw6nAmh65YLo9L2DGMkusCQmR9mS+glJ4/C42U= Received: by 10.114.53.1 with SMTP id b1mr2054031waa.134.1203021838891; Thu, 14 Feb 2008 12:43:58 -0800 (PST) Received: by 10.114.168.6 with HTTP; Thu, 14 Feb 2008 12:43:58 -0800 (PST) Message-ID: <8f82c35c0802141243k4c1698e9ie49d867927cdc27c@mail.gmail.com> Date: Thu, 14 Feb 2008 21:43:58 +0100 From: "Jon Theil Nielsen" To: Dave In-Reply-To: <000701c86f18$0dadeea0$0200a8c0@satellite> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8f82c35c0802131110l7c678965qe6d0c3432f008254@mail.gmail.com> <000301c86ed2$17177560$0200a8c0@satellite> <8f82c35c0802140420w57a1d5dfpd12b86e57efd585d@mail.gmail.com> <000701c86f18$0dadeea0$0200a8c0@satellite> Cc: freebsd-questions@freebsd.org Subject: Re: LDAP user authentication? 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: Thu, 14 Feb 2008 20:43:59 -0000 2008/2/14, Dave : > Hi, > Actually i'm only using jails, because i haven't got all the bugs worked > out yet and when i do i'm going to just copy the files over and go > production. Other than that these files will work for a freebsd system. In > brief you'll need openldap server and client ports, i'm using 2.4, pam_ldap > port and nss_ldap port. Go configure all that and that'll do it, take it in > stages, slapd first, the ldap client next, then either pam_ldap or nss_ldap, > one thing you'll definitely want is tls encryption, can't help with that as > i'm still trying to get that working. > If you need any help let me know, i'll do what i can. > > Dave. Hi again, I don't know what happened, but now I found some seemingly useful descriptions of LDAP authentication on FreeBSD. The one that appeared must relevant is this one: http://www.bsdforums.org/forums/archive/index.php/t-49221.html Maybe it could be useful for you too. Obviously, I haven't had the time to work trough the description yet, but I will give it a try. Best regards, Jon