I'll try that.
See also discussion at
http://lists.freebsd.org/pipermail/freebsd-stable/2010-July/057734.html
Following the link in the other thread to
http://lists.freebsd.org/pipermail/freebsd-stable/2010-February/055017.html
i made the changes to /usr/bin/krb5-config:
# diff /usr/bin/krb5-config /usr/bin/krb5-config.org
96c96
< lib_flags="$lib_flags -lgssapi -lgssapi_spnego -lgssapi_krb5
-lheimntlm"
---
lib_flags="$lib_flags -lgssapi -lheimntlm"
After that, rebuilding openldap+dependencies makes it work again. I
suppose this is quite dirty and i have to see if it introduces other
problems.
For what it's worth, it seems like the import of GSSAPI/Heimdal was
left halfway done, which surprised me quite a bit in FreeBSD - it's
more of a Linux way of development...
-Reko
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"