From: Joseph Sutton Date: Thu, 30 Dec 2021 04:07:10 +0000 (+1300) Subject: selftest: Expect FAST support for both MIT and Heimdal X-Git-Tag: tdb-1.4.6~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b9c8b9e12965b0ca2b38f673726c3e08733aeeb;p=thirdparty%2Fsamba.git selftest: Expect FAST support for both MIT and Heimdal NOTE: THIS COMMIT WON'T COMPILE/WORK ON ITS OWN! Signed-off-by: Joseph Sutton Reviewed-by: Stefan Metzmacher --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 227fecbc9fe..ee2da49f7dc 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -957,7 +957,7 @@ planoldpythontestsuite("ad_dc:local", "samba.tests.dckeytab", extra_args=['-U"$U for env in ['fileserver_smb1', 'nt4_member', 'clusteredmember', 'ktest', 'nt4_dc', 'nt4_dc_smb1_done', 'nt4_dc_smb1', 'simpleserver', 'fileserver_smb1_done', 'fileserver', 'maptoguest', 'nt4_dc_schannel']: planoldpythontestsuite(env, "samba.tests.imports") -have_fast_support = int('SAMBA_USES_MITKDC' in config_hash) +have_fast_support = 1 tkt_sig_support = int('SAMBA4_USES_HEIMDAL' in config_hash) expect_pac = int('SAMBA4_USES_HEIMDAL' in config_hash) extra_pac_buffers = int('SAMBA4_USES_HEIMDAL' in config_hash)