diff options
author | Günther Deschner <gd@samba.org> | 2015-10-02 04:23:59 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2015-10-02 07:29:43 +0200 |
commit | 6755376cedaf0c88230b47e04c584c7d9fce13e3 (patch) | |
tree | d7147132cd6e1863cd048550f1fbf3332f834c16 /source4/heimdal_build | |
parent | e524ab9f7ee9f4aff50dd5bc42312f9000bf1c6e (diff) | |
download | samba-6755376cedaf0c88230b47e04c584c7d9fce13e3.tar.gz |
kerberos: make sure we only use prompter type when available.
We also verified that we cannot simply remove the prompter as several older
versions of Heimdal would crash.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Autobuild-User(master): Günther Deschner <gd@samba.org>
Autobuild-Date(master): Fri Oct 2 07:29:43 CEST 2015 on sn-devel-104
Diffstat (limited to 'source4/heimdal_build')
-rwxr-xr-x | 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 710a53de85a..2635b8aeb73 100755 --- a/source4/heimdal_build/wscript_configure +++ b/source4/heimdal_build/wscript_configure @@ -168,6 +168,7 @@ conf.define('HAVE_KRB5_PRINCIPAL_SET_REALM', 1) conf.define('HAVE_KRB5_PRINCIPAL_SET_TYPE', 1) conf.define('HAVE_KRB5_PRINCIPAL_GET_TYPE', 1) conf.define('HAVE_KRB5_WARNX', 1) +conf.define('HAVE_KRB5_PROMPT_TYPE', 1) heimdal_includedirs = [] heimdal_libdirs = [] |