From 5112e3839330b78a28c219983ca820604873805b Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 4 Jun 2005 01:19:05 +0000 Subject: r7258: Fix the final linking error with libkdc - we need to link libhdb as well. With this fix, I can request tickets from our built-in KDC! Andrew Bartlett (This used to be commit d7cd76013bdf000831790b29b9d0b401151bf5c2) --- source4/auth/kerberos/config.m4 | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/auth/kerberos/config.m4') diff --git a/source4/auth/kerberos/config.m4 b/source4/auth/kerberos/config.m4 index e638ccfa2c..9cb66554ca 100644 --- a/source4/auth/kerberos/config.m4 +++ b/source4/auth/kerberos/config.m4 @@ -205,6 +205,7 @@ if test x"$with_krb5_support" != x"no"; then AC_CHECK_LIB_EXT(k5crypto, KRB5_LIBS, krb5_encrypt_data) AC_CHECK_LIB_EXT(kdc, KRB5_LIBS, krb5_kdc_default_config) + AC_CHECK_LIB_EXT(hdb, KRB5_LIBS, hdb_generate_key_set_password) # Heimdal checks. # But only if we didn't have a krb5-config to tell us this already -- cgit