From owner-freebsd-questions@FreeBSD.ORG Fri Oct 22 20:16:46 2004 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 12CC716A4CE for ; Fri, 22 Oct 2004 20:16:46 +0000 (GMT) Received: from debian.akroteq.com (rdbck-static-72.palmer.mtaonline.net [12.17.141.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id C805243D48 for ; Fri, 22 Oct 2004 20:16:45 +0000 (GMT) (envelope-from andy@firman.us) Received: from andy by debian.akroteq.com with local (Exim 4.34) id 1CL5q7-0002wf-UW for freebsd-questions@freebsd.org; Fri, 22 Oct 2004 12:16:43 -0800 Date: Fri, 22 Oct 2004 12:16:43 -0800 From: Andy Firman To: freebsd-questions@freebsd.org Message-ID: <20041022201643.GA10763@akroteq.com> References: <41792116.5000304@att.net> <20041022190411.GA920@procyon.nekulturny.org> <20041022193133.GA10519@akroteq.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i Subject: Re: freebsd and MS Active Directory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andy Firman List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2004 20:16:46 -0000 On Fri, Oct 22, 2004 at 03:40:44PM -0400, Danny wrote: > AD is a massive beast. Where do you want to go with it? Just set it up > for fun, or? For fun? I don't think so. Heh. > What type of integration? Authentication? DNS? Need specifics... 2 things. One is Exim AD ldap lookups to the Exchange server to verify recipient for my FreeBSD email gateway. Having no luck getting that to work. I can do an ldapsearch and extract the emails from that. The second thing I will need to do by the end of the year is have employees login to the Intranet on my FreeBSD box using the AD credentials. So I will have to use auth_ldap on my Apache server so Apache can do an AD lookup. That will be tough. Andy