diff options
author | Simo Sorce <idra@samba.org> | 2012-05-02 12:24:34 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2012-05-04 16:51:29 +0200 |
commit | eb9e3e8a54aa7d6b805d280fd5586f9d1a2a094a (patch) | |
tree | 53cc4d01088f94dc2fe5450f77f47a7a9577a7e8 /wscript_configure_krb5 | |
parent | 5832c61c5f9905f91ae6a010f5c90c674cdace91 (diff) | |
download | samba-eb9e3e8a54aa7d6b805d280fd5586f9d1a2a094a.tar.gz samba-eb9e3e8a54aa7d6b805d280fd5586f9d1a2a094a.tar.bz2 samba-eb9e3e8a54aa7d6b805d280fd5586f9d1a2a094a.zip |
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.
Diffstat (limited to 'wscript_configure_krb5')
-rw-r--r-- | wscript_configure_krb5 | 1 |
1 files changed, 1 insertions, 0 deletions
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(''' |