From eb9e3e8a54aa7d6b805d280fd5586f9d1a2a094a Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 2 May 2012 12:24:34 -0400 Subject: auth-session: MIT doesn't have import/export cred yet For now let's just loose this functionality with the MIT build. gss_import/export_cred should be availa ble when MIT 1.11 is released and this code is used only in some proxy scenario. Not normally needed for common configurations. --- wscript_configure_krb5 | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript_configure_krb5') diff --git a/wscript_configure_krb5 b/wscript_configure_krb5 index 37f883e38e..4dbf2aee59 100644 --- a/wscript_configure_krb5 +++ b/wscript_configure_krb5 @@ -38,6 +38,7 @@ conf.CHECK_FUNCS_IN(''' gss_inquire_sec_context_by_oid gsskrb5_extract_authz_data_from_sec_context gss_krb5_export_lucid_sec_context + gss_import_cred gss_export_cred ''', 'gssapi gssapi_krb5 krb5') conf.CHECK_FUNCS_IN('krb5_mk_req_extended krb5_kt_compare', 'krb5') conf.CHECK_FUNCS(''' -- cgit