summaryrefslogtreecommitdiff
path: root/wscript_configure_krb5
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2012-04-27 16:52:26 +0200
committerSimo Sorce <idra@samba.org>2012-05-04 16:51:29 +0200
commit4d77466dafdb4def6681534e47c06aa07ccf6e17 (patch)
tree5ac2020eac885cd11385da56e8c0f597cdec5210 /wscript_configure_krb5
parent6bec64b12a90ba81996ca6d049b56f168ef70bc0 (diff)
downloadsamba-4d77466dafdb4def6681534e47c06aa07ccf6e17.tar.gz
samba-4d77466dafdb4def6681534e47c06aa07ccf6e17.tar.bz2
samba-4d77466dafdb4def6681534e47c06aa07ccf6e17.zip
krb5samba: Add a smb_krb5_cc_get_lifetime() function.
Signed-off-by: Simo Sorce <idra@samba.org>
Diffstat (limited to 'wscript_configure_krb5')
-rw-r--r--wscript_configure_krb53
1 files changed, 2 insertions, 1 deletions
diff --git a/wscript_configure_krb5 b/wscript_configure_krb5
index 4a483ef702..37f883e38e 100644
--- a/wscript_configure_krb5
+++ b/wscript_configure_krb5
@@ -59,7 +59,8 @@ conf.CHECK_FUNCS('''
krb5_get_creds_opt_alloc krb5_get_creds_opt_set_impersonate krb5_get_creds
krb5_get_credentials_for_user krb5_get_host_realm krb5_free_host_realm
krb5_get_init_creds_keyblock krb5_get_init_creds_keytab
- krb5_make_principal krb5_build_principal_alloc_va''',
+ krb5_make_principal krb5_build_principal_alloc_va
+ krb5_cc_get_lifetime krb5_cc_retrieve_cred''',
lib='krb5 k5crypto')
conf.CHECK_DECLS('''krb5_get_credentials_for_user
krb5_auth_con_set_req_cksumtype''',