From 38a5a2c5c59029889d6c7c6dc80ab087956ca651 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 25 Apr 2012 17:29:09 -0400 Subject: Move kerberos_kinit_keyblock_cc to krb5samba lib Make it also work with MIT where krb5_get_in_tkt_with_keyblock is not available. --- source4/heimdal_build/wscript_configure | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 source4/heimdal_build/wscript_configure (limited to 'source4/heimdal_build') diff --git a/source4/heimdal_build/wscript_configure b/source4/heimdal_build/wscript_configure old mode 100644 new mode 100755 index 1c03b34106..6383880229 --- a/source4/heimdal_build/wscript_configure +++ b/source4/heimdal_build/wscript_configure @@ -114,6 +114,7 @@ conf.define('HAVE_KRB5_GET_INIT_CREDS_OPT_ALLOC', 1) conf.define('HAVE_KRB5_GET_INIT_CREDS_OPT_FREE', 1) conf.define('HAVE_KRB5_GET_INIT_CREDS_OPT_GET_ERROR', 1) conf.define('HAVE_KRB5_GET_INIT_CREDS_OPT_SET_PAC_REQUEST', 1) +conf.define('HAVE_KRB5_GET_INIT_CREDS_KEYBLOCK', 1) conf.define('HAVE_KRB5_GET_PW_SALT', 1) conf.define('HAVE_KRB5_GET_RENEWED_CREDS', 1) conf.define('HAVE_KRB5_KEYBLOCK_KEYVALUE', 1) -- cgit