summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2004-08-25 07:52:23 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:52:29 -0500
commit77cc4121cf0a31a6594bccd1f86351aee785eb96 (patch)
tree20e8daad66f4233daf58e822cdbdaa35334582f5 /source3/configure.in
parentf98af01f43d37d9d633ec8861232fc1c7f66d3f9 (diff)
downloadsamba-77cc4121cf0a31a6594bccd1f86351aee785eb96.tar.gz
samba-77cc4121cf0a31a6594bccd1f86351aee785eb96.tar.bz2
samba-77cc4121cf0a31a6594bccd1f86351aee785eb96.zip
r2057: Although rarely used, prevent "net lookup kdc" from segfaulting when
using our own implementation of krb5_lookup_kdc with heimdal. Also, heimdals krb5_krbhst_next() obviously does not retrieve the struct addrinfo in the krb5_krbhst_info-struct, using krb5_krbhst_get_addrinfo() instead. Guenther (This used to be commit cca660e109cc94b49ac6bf1f2802235d1d4d4383)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 0dc4838809..d35e89c81f 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -2758,6 +2758,7 @@ if test x"$with_ads_support" != x"no"; then
AC_CHECK_FUNC_EXT(krb5_free_unparsed_name, $KRB5_LIBS)
AC_CHECK_FUNC_EXT(krb5_free_keytab_entry_contents, $KRB5_LIBS)
AC_CHECK_FUNC_EXT(krb5_kt_free_entry, $KRB5_LIBS)
+ AC_CHECK_FUNC_EXT(krb5_krbhst_get_addrinfo, $KRB5_LIBS)
LIBS="$LIBS $KRB5_LIBS"