From owner-freebsd-questions@FreeBSD.ORG Fri Oct 22 15:12:57 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 E88C816A4CE for ; Fri, 22 Oct 2004 15:12:57 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9928943D49 for ; Fri, 22 Oct 2004 15:12:57 +0000 (GMT) (envelope-from nocmonkey@gmail.com) Received: by rproxy.gmail.com with SMTP id 74so151205rnk for ; Fri, 22 Oct 2004 08:12:57 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=Rgsldr/UHjROHhb51bFNb5KEDYVBaAJMFEc+wA8fYedxJ821t6OJXUEEhl98BlPGj278y/6r9OcGjjZgA+eLPjJ/IARnbpqirJJAV/jEum/lpZJsz1jqGGi/JjGwPwRUIkCWpJpMaqiuI6JNtDNcgcMCS1ID28KGqkDu1HSEFdQ= Received: by 10.38.208.43 with SMTP id f43mr382499rng; Fri, 22 Oct 2004 08:12:57 -0700 (PDT) Received: by 10.38.22.79 with HTTP; Fri, 22 Oct 2004 08:12:57 -0700 (PDT) Message-ID: Date: Fri, 22 Oct 2004 11:12:57 -0400 From: Danny To: dwinner-lists@att.net In-Reply-To: <41792116.5000304@att.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41792116.5000304@att.net> cc: freebsd-questions@freebsd.org Subject: Re: freebsd and MS Active Directory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Danny List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2004 15:12:58 -0000 On Fri, 22 Oct 2004 11:02:46 -0400, Duane Winner wrote: > Hello, > > Does anybody out there have experience with FreeBSD in a Microsoft > Active Directory environment? I do, but they remain separate entities except for the fact that I manually created the DNS host/address records for my FreeBSD servers in the Windows 2000/Active Directory DNS server, so that the Windows clients can access the services provided by the FreeBSD box by hostname. > I am going to be delivering two servers to a client, both running > FreeBSD 5.2.1 with Apache as the front-end web server, and postgresql on > the backend database server. So are all Windows boxes suppose to have access to this FreeBSD server? If so, simply setup a static IP for each FreeBSD server. Then have the Active Directory DNS admin manually add the host records for the FreeBSD servers. > During a meeting with their IT people a couple of days ago, most issues > were agreed upon, however, the director of IT informed me that I will > need to make both of these boxes conform to their Active Directory network. Besides serving up HTTP requests, what other traffic do they want coming to or from the FreeBSD servers? ...D