From owner-freebsd-net@FreeBSD.ORG Wed Oct 10 20:40:46 2007 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B21716A417 for ; Wed, 10 Oct 2007 20:40:46 +0000 (UTC) (envelope-from tom@tomjudge.com) Received: from smtp802.mail.ird.yahoo.com (smtp802.mail.ird.yahoo.com [217.146.188.62]) by mx1.freebsd.org (Postfix) with SMTP id 5ED5013C474 for ; Wed, 10 Oct 2007 20:40:44 +0000 (UTC) (envelope-from tom@tomjudge.com) Received: (qmail 77070 invoked from network); 10 Oct 2007 20:40:34 -0000 Received: from unknown (HELO ?192.168.1.2?) (thomasjudge@btinternet.com@86.144.151.117 with plain) by smtp802.mail.ird.yahoo.com with SMTP; 10 Oct 2007 20:40:34 -0000 X-YMail-OSG: OXXm.RQVM1n2aN0z1GumOK5Kewed9XQK4K_YcXGNBLh7WOejiHDCdQwMMMymrWD3gXkQ0t7ijx1BXpQent4OM0yqzEFP6Ccnwg-- Message-ID: <470D480C.60305@tomjudge.com> Date: Wed, 10 Oct 2007 22:45:48 +0100 From: Tom Judge User-Agent: Thunderbird 1.5.0.13 (X11/20070824) MIME-Version: 1.0 To: Subscriber References: <470CAC9B.1050409@mail.ru> <470D06D9.6090001@tomjudge.com> <470D342D.8090106@mail.ru> In-Reply-To: <470D342D.8090106@mail.ru> Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-net@freebsd.org Subject: Re: Samba with AD support not compile X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Oct 2007 20:40:46 -0000 Subscriber wrote: > Thank you very much, Tom. It works! > > Cache. > One thing that you should note is that if you plan to "make buildworld" you have to deinstall security/krb5 otherwise the buildworld will fail. Tom > > Tom Judge пишет: >> Subscriber wrote: >>> Hi >>> >>> I just tried to install net/samba3 (samba-3.0.26a_1,1) on new server and >>> have an error. Error occurs only when I enable "ADS" option in port >>> config dialog. Then I try to compile port with gcc-4.2.2 instead of >>> default system compiler and has the same result. >>> >>> Does anybody know, how to solve this problem? >>> >>> >> Hi, >> >> When we compile samba with AD support we always use the security/krb5 >> port to provide the kerberos library. >> >> This is the build process that we use: >> >> cd /usr/ports/security/krb5 >> make install >> cd /usr/ports/net/samba3 >> make KRB5_HOME=/usr/local >> make install >> >> >> You should do a make clean in net/samba3 before trying this. >> >> I'm not sure why but after significant testing with all 3 kerberos >> implementations (base, security/krb5, security/heidemal) we came to the >> conclusion that the krb5 port provided the most stable integration with >> windows 2000 AD Controllers. >> >> Tom > > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"