diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-04-27 14:34:03 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-04-27 07:39:08 +0200 |
commit | 47e28702288f065d539baab70907d50b7d59d27e (patch) | |
tree | 6278436b7cf597c473da6d62245d4132a0a9b93b /source4/heimdal_build | |
parent | 722ec8b34743ad7670a747b9db1f47766752878d (diff) | |
download | samba-47e28702288f065d539baab70907d50b7d59d27e.tar.gz samba-47e28702288f065d539baab70907d50b7d59d27e.tar.bz2 samba-47e28702288f065d539baab70907d50b7d59d27e.zip |
auth/kerberos Add check for gss_inquire_sec_context_by_oid
Not all kerberos distributions have this function.
Andrew Bartlett
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Wed Apr 27 07:39:08 CEST 2011 on sn-devel-104
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r-- | source4/heimdal_build/wscript_configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/heimdal_build/wscript_configure b/source4/heimdal_build/wscript_configure index f96c683baf..cd2a70f320 100644 --- a/source4/heimdal_build/wscript_configure +++ b/source4/heimdal_build/wscript_configure @@ -83,6 +83,7 @@ conf.define('HAVE_GSS_DISPLAY_STATUS', 1) conf.define('HAVE_GSS_WRAP_IOV', 1) conf.define('HAVE_GSS_KRB5_IMPORT_CRED', 1) conf.define('HAVE_GSS_OID_EQUAL', 1) +conf.define('HAVE_GSS_INQUIRE_SEC_CONTEXT_BY_OID', 1) conf.define('HAVE_GSSKRB5_EXTRACT_AUTHZ_DATA_FROM_SEC_CONTEXT', 1) conf.define('HAVE_LIBGSSAPI', 1) conf.define('HAVE_ADDR_TYPE_IN_KRB5_ADDRESS', 1) |