From owner-freebsd-questions@FreeBSD.ORG Sun Jul 31 03:24:07 2005 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 7001516A41F for ; Sun, 31 Jul 2005 03:24:07 +0000 (GMT) (envelope-from daniel@stiw.org) Received: from smtp.conceptual.net.au (grimiore.conceptual.net.au [203.190.192.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07BB843D4C for ; Sun, 31 Jul 2005 03:24:06 +0000 (GMT) (envelope-from daniel@stiw.org) Received: from spock.enterprise.prvt (202-137-107-088.adsl.usertools.net [202.137.107.88]) by smtp.conceptual.net.au (Postfix) with ESMTP id 0B252139A8; Sun, 31 Jul 2005 11:24:04 +0800 (WST) Date: Sun, 31 Jul 2005 11:24:02 +0800 To: martin@orbweavers.co.uk, freebsd-questions@freebsd.org References: <4377.192.168.0.200.1122725036.squirrel@192.168.0.5> From: "Daniel Marsh" Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <4377.192.168.0.200.1122725036.squirrel@192.168.0.5> User-Agent: Opera M2/8.0 (Win32, build 7561) Cc: Subject: Re: FreeBSD Active Directory Server 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: Sun, 31 Jul 2005 03:24:07 -0000 On Sat, 30 Jul 2005 20:03:56 +0800, wrote: > > Has anyone any experience trying to make FreeBSD an Active Directory > Server? From my research and experiementation, I am under the impression > that it is possible, but I have yet to come up with any articles where it > has actual been done fully. > > At the minute I have samba and ldap setup, the active directory dns > entries in (_ldap._tcp.dc._msdcs.{domain}). I am getting an error message > when trying to join my XP client to the domain - I think it is to do with > the ldap server. Any clues or points in the right direction would be > helpful - I am getting the impression that this may be a big project, if > it is even achieveable. > > Cheers, > Martin Samba has experimental components which support ADS, but not fully. See http://www.samba.org/ and the Official Samba Howto. In my experience it isn't currently capable to have FreeBSD run as a fully functioning ADS server. If you absolutely need ADS you may simply need to have a Windows server. If you need Windows Domain logons and ACLs etc... Samba+LDAP works beautifully, I have this implemented at my work, the only reference I needed was the Official Samba Howto. Using LDAP Account Manager also helps :) There are no problems with machines connecting to the domains, or domain logons, user profiles, or ACL's. Daniel