summaryrefslogtreecommitdiffstats
path: root/src/external
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2012-10-15 13:24:28 +0200
committerJakub Hrozek <jhrozek@redhat.com>2012-11-05 00:14:05 +0100
commit74254ab3c4d6b9ca63488245bc88db7cf7689084 (patch)
treee5356e875a144b15e72e9be1fcb9976522a68e38 /src/external
parent3d05f3430006f6fe2f623c07eecfbe734519df5e (diff)
downloadsssd-74254ab3c4d6b9ca63488245bc88db7cf7689084.tar.gz
sssd-74254ab3c4d6b9ca63488245bc88db7cf7689084.tar.xz
sssd-74254ab3c4d6b9ca63488245bc88db7cf7689084.zip
Add replacement for krb5_find_authdata()
krb5_find_authdata() is only available in MIT Kerberos 1.10 or higher. To allow sssd to be compiled on platform with lower version of MIT Kerberos a replacement call is added. Please note that on those platform the replacement call will only return an error. If the krb5_find_authdata functionality is really needed on those platform it must be implemented by a different patch.
Diffstat (limited to 'src/external')
-rw-r--r--src/external/krb5.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/src/external/krb5.m4 b/src/external/krb5.m4
index cb420aaed..5bc871128 100644
--- a/src/external/krb5.m4
+++ b/src/external/krb5.m4
@@ -60,6 +60,7 @@ AC_CHECK_FUNCS([krb5_get_init_creds_opt_alloc krb5_get_error_message \
krb5_cc_cache_match \
krb5_timestamp_to_sfstring \
krb5_set_trace_callback \
+ krb5_find_authdata \
krb5_cc_get_full_name])
CFLAGS=$SAVE_CFLAGS
LIBS=$SAVE_LIBS