diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-01-02 22:17:06 +1100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-01-05 17:17:28 +0100 |
commit | 25d7675d695fc1325b954cd90e339b1879776e2b (patch) | |
tree | cb22e65f45fc4d104ad5cd1c5c399b61bbd0d71d /source4/heimdal_build | |
parent | ab58469ff4f80506bdbf148e3a19ac377e6a054b (diff) | |
download | samba-25d7675d695fc1325b954cd90e339b1879776e2b.tar.gz samba-25d7675d695fc1325b954cd90e339b1879776e2b.tar.bz2 samba-25d7675d695fc1325b954cd90e339b1879776e2b.zip |
s3-librpc Use gsskrb5_get_subkey() where available to get the session key
This allows gse_get_session_key() to work against Heimdal.
Andrew Bartlett
Signed-off-by: Stefan Metzmacher <metze@samba.org>
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 a15070cfbd..5dc4aa14e1 100644 --- a/source4/heimdal_build/wscript_configure +++ b/source4/heimdal_build/wscript_configure @@ -86,6 +86,7 @@ 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_GSSKRB5_GET_SUBKEY', 1) conf.define('HAVE_LIBGSSAPI', 1) conf.define('HAVE_ADDR_TYPE_IN_KRB5_ADDRESS', 1) conf.define('HAVE_CHECKSUM_IN_KRB5_CHECKSUM', 1) |