Date: Thu, 11 Oct 2007 00:21:01 +0400 From: Subscriber <subscr1024@mail.ru> Cc: freebsd-net@freebsd.org Subject: Re: Samba with AD support not compile Message-ID: <470D342D.8090106@mail.ru> In-Reply-To: <470D06D9.6090001@tomjudge.com> References: <470CAC9B.1050409@mail.ru> <470D06D9.6090001@tomjudge.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Thank you very much, Tom. It works! Cache. Tom Judge =EF=E8=F8=E5=F2: > Subscriber wrote: >> Hi >> >> I just tried to install net/samba3 (samba-3.0.26a_1,1) on new server a= nd >> 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? >> >> >=20 > Hi, >=20 > When we compile samba with AD support we always use the security/krb5 > port to provide the kerberos library. >=20 > This is the build process that we use: >=20 > cd /usr/ports/security/krb5 > make install > cd /usr/ports/net/samba3 > make KRB5_HOME=3D/usr/local > make install >=20 >=20 > You should do a make clean in net/samba3 before trying this. >=20 > 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. >=20 > Tom
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?470D342D.8090106>