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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"