summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-04-27 14:34:03 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-04-27 07:39:08 +0200
commit47e28702288f065d539baab70907d50b7d59d27e (patch)
tree6278436b7cf597c473da6d62245d4132a0a9b93b /source3/configure.in
parent722ec8b34743ad7670a747b9db1f47766752878d (diff)
downloadsamba-47e28702288f065d539baab70907d50b7d59d27e.tar.gz
samba-47e28702288f065d539baab70907d50b7d59d27e.tar.bz2
samba-47e28702288f065d539baab70907d50b7d59d27e.zip
auth/kerberos Add check for gss_inquire_sec_context_by_oid
Not all kerberos distributions have this function. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Apr 27 07:39:08 CEST 2011 on sn-devel-104
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 a463aa910d..3624c25e62 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -3871,6 +3871,7 @@ if test x"$with_ads_support" != x"no"; then
AC_CHECK_FUNC_EXT(gss_krb5_import_cred, $KRB5_LIBS)
AC_CHECK_FUNC_EXT(gss_get_name_attribute, $KRB5_LIBS)
AC_CHECK_FUNC_EXT(gss_oid_equal, $KRB5_LIBS)
+ AC_CHECK_FUNC_EXT(gss_inquire_sec_context_by_oid, $KRB5_LIBS)
# MIT krb5 1.8 does not expose this call (yet)
AC_CHECK_DECLS(krb5_get_credentials_for_user, [], [], [#include <krb5.h>])