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 /source4/heimdal_build | |
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 'source4/heimdal_build')
-rwxr-xr-x | source4/heimdal_build/wscript_configure | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/heimdal_build/wscript_configure b/source4/heimdal_build/wscript_configure index 8357f3aa42..a350a8bae9 100755 --- a/source4/heimdal_build/wscript_configure +++ b/source4/heimdal_build/wscript_configure @@ -87,6 +87,8 @@ conf.define('HAVE_GSS_INQUIRE_SEC_CONTEXT_BY_OID', 1) conf.define('HAVE_GSSKRB5_EXTRACT_AUTHZ_DATA_FROM_SEC_CONTEXT', 1) conf.define('HAVE_GSSKRB5_GET_SUBKEY', 1) conf.define('HAVE_GSS_KRB5_EXPORT_LUCID_SEC_CONTEXT', 1) +conf.define('HAVE_GSS_IMPORT_CRED', 1) +conf.define('HAVE_GSS_EXPORT_CRED', 1) conf.define('HAVE_LIBGSSAPI', 1) conf.define('HAVE_ADDR_TYPE_IN_KRB5_ADDRESS', 1) conf.define('HAVE_CHECKSUM_IN_KRB5_CHECKSUM', 1) |