summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-10-13 17:22:37 +0200
committerGünther Deschner <gd@samba.org>2009-11-06 12:43:03 +0100
commit35dcc133c9c26d10186fe59ea096a2a5c87958e6 (patch)
treea1b8a56e808366d2e7529056e4e926539526759f /source3/configure.in
parent0729df3661fefeffc5154c9b01ae027b3ede4b92 (diff)
downloadsamba-35dcc133c9c26d10186fe59ea096a2a5c87958e6.tar.gz
samba-35dcc133c9c26d10186fe59ea096a2a5c87958e6.tar.bz2
samba-35dcc133c9c26d10186fe59ea096a2a5c87958e6.zip
s3-kerberos: add smb_krb5_get_{creds,credentials} incl. support for S4U2SELF impersonation.
Guenther
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 755fd0ed1a..aab8c01473 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -3441,6 +3441,9 @@ if test x"$with_ads_support" != x"no"; then
AC_CHECK_FUNC_EXT(krb5_get_creds_opt_alloc, $KRB5_LIBS)
AC_CHECK_FUNC_EXT(krb5_get_creds_opt_set_impersonate, $KRB5_LIBS)
AC_CHECK_FUNC_EXT(krb5_get_creds, $KRB5_LIBS)
+ AC_CHECK_FUNC_EXT(krb5_get_credentials_for_user, $KRB5_LIBS)
+ # MIT krb5 1.8 does not expose this call (yet)
+ AC_CHECK_DECLS(krb5_get_credentials_for_user, [], [], [#include <krb5.h>])
# MIT krb5 1.7beta3 (in Ubuntu Karmic) does not have this declaration
# but does have the symbol