From owner-freebsd-questions@FreeBSD.ORG Mon Oct 2 22:08:30 2006 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 2572916A52F for ; Mon, 2 Oct 2006 22:08:30 +0000 (UTC) (envelope-from dwiest@vailsys.com) Received: from cprobd02.vailsys.com (cprobd02.vailsys.com [63.210.102.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id F312B43D66 for ; Mon, 2 Oct 2006 22:08:06 +0000 (GMT) (envelope-from dwiest@vailsys.com) Received: from dfsfbd06.vail (dfsfbd06.vail [192.168.129.190]) by cprobd02.vailsys.com (Postfix) with ESMTP id DF482CE4F7 for ; Mon, 2 Oct 2006 17:08:02 -0500 (CDT) Received: from dfwdamian.vail (dfwdamian.vail [192.168.129.233]) by dfsfbd06.vail (Postfix) with ESMTP id 9CD16323E8E for ; Mon, 2 Oct 2006 17:08:02 -0500 (CDT) Received: from dfwdamian.vail (dwiest@localhost.vail [127.0.0.1]) by dfwdamian.vail (8.13.4/8.13.4) with ESMTP id k92M53lR008557 for ; Mon, 2 Oct 2006 17:05:03 -0500 (CDT) Received: (from dwiest@localhost) by dfwdamian.vail (8.13.4/8.13.4/Submit) id k92M53o3007013 for freebsd-questions@freebsd.org; Mon, 2 Oct 2006 17:05:03 -0500 (CDT) X-Authentication-Warning: dfwdamian.vail: dwiest set sender to dwiest@vailsys.com using -f Date: Mon, 2 Oct 2006 17:05:03 -0500 From: Damian Wiest To: freebsd-questions@freebsd.org Message-ID: <20061002220503.GB2270@dfwdamian.vail> References: <001401c6e5b9$693c5570$7001a8c0@khmerserver.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001401c6e5b9$693c5570$7001a8c0@khmerserver.net> User-Agent: Mutt/1.4.2i Subject: Re: 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: Mon, 02 Oct 2006 22:08:30 -0000 On Mon, Oct 02, 2006 at 07:26:20AM +0700, rithy4u- CEO wrote: > Dear All, > > I am seeking the way how to implement FreeBSD+LDAP+Samba to build a file server for medium size business which will serv up to 60 concurrent users. > > But the issue is, how we get it all in one package? and join all windows clients into Samba Domain? I hope someone can help me up with this. > > Thanks and Best Regards, > > Richard Ben, CIO > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. You should be able to use FreeBSD's Samba and OpenLDAP port without issue. I haven't used Samba with LDAP (probably Active Directory in your case), but I know it's supported. As for connecting Windows clients, Samba does include a NetBIOS nameserver with WINS support. Here are a couple of links to get you started: http://aput.net/~jheiss/samba/ldap.shtml http://lilly.csoft.net/~vdebaere/handleiding/samba-activedirectory/index_en.html http://samba.org/samba/news/articles/abartlet_thesis.pdf -Damian