Samba with AD support not compile

Subscriber subscr1024 at mail.ru
Wed Oct 10 13:18:50 PDT 2007


Thank you very much, Tom. It works!

Cache.


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



More information about the freebsd-net mailing list