From e8c7ff3e880c7c7e696c5ba7baa8536b4ea7cb89 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 8 Aug 2008 14:32:15 -0700 Subject: Add Derrick Schommer's kerberos delegation patch. Some work by me and advice by Love. Jeremy. (This used to be commit ecc3838e4cb5d0c0769ec6d9a34a877ca584ffcc) --- source3/configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index 6806ed22ae..ae308cee56 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -3382,6 +3382,7 @@ if test x"$with_ads_support" != x"no"; then AC_CHECK_FUNC_EXT(krb5_get_init_creds_opt_free, $KRB5_LIBS) AC_CHECK_FUNC_EXT(krb5_get_init_creds_opt_get_error, $KRB5_LIBS) AC_CHECK_FUNC_EXT(krb5_enctype_to_string, $KRB5_LIBS) + AC_CHECK_FUNC_EXT(krb5_fwd_tgt_creds, $KRB5_LIBS) LIBS="$KRB5_LIBS $LIBS" -- cgit