summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-06-04 01:19:05 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:32 -0500
commit5112e3839330b78a28c219983ca820604873805b (patch)
treeff8bed58cea88044fb5d6a72368907e37ee7cb3f /source4
parent7ea6543ce5596d5bff720a6d348ab4ebc3ac0566 (diff)
downloadsamba-5112e3839330b78a28c219983ca820604873805b.tar.gz
samba-5112e3839330b78a28c219983ca820604873805b.tar.bz2
samba-5112e3839330b78a28c219983ca820604873805b.zip
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)
Diffstat (limited to 'source4')
-rw-r--r--source4/auth/kerberos/config.m41
1 files changed, 1 insertions, 0 deletions
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