summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2012-04-25 17:29:09 -0400
committerSimo Sorce <idra@samba.org>2012-05-04 16:51:28 +0200
commit38a5a2c5c59029889d6c7c6dc80ab087956ca651 (patch)
tree91cef3faaa076439ea4497dc2b84be4577780bdb /source3
parentaa1a0d80de8b8c9116f5d5b576e2422d104e6b75 (diff)
downloadsamba-38a5a2c5c59029889d6c7c6dc80ab087956ca651.tar.gz
samba-38a5a2c5c59029889d6c7c6dc80ab087956ca651.tar.bz2
samba-38a5a2c5c59029889d6c7c6dc80ab087956ca651.zip
Move kerberos_kinit_keyblock_cc to krb5samba lib
Make it also work with MIT where krb5_get_in_tkt_with_keyblock is not available.
Diffstat (limited to 'source3')
-rw-r--r--source3/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 0253e076dc..8790ea713b 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -3614,6 +3614,7 @@ if test x"$with_ads_support" != x"no"; then
AC_CHECK_FUNC_EXT(krb5_get_credentials_for_user, $KRB5_LIBS)
AC_CHECK_FUNC_EXT(krb5_get_host_realm, $KRB5_LIBS)
AC_CHECK_FUNC_EXT(krb5_free_host_realm, $KRB5_LIBS)
+ AC_CHECK_FUNC_EXT(krb5_get_init_creds_keytab, $KRB5_LIBS)
AC_CHECK_FUNC_EXT(gss_krb5_import_cred, $KRB5_LIBS)
AC_CHECK_FUNC_EXT(gss_get_name_attribute, $KRB5_LIBS)
AC_CHECK_FUNC_EXT(gsskrb5_extract_authz_data_from_sec_context, $KRB5_LIBS)