From: Ralph Boehme Date: Mon, 25 Nov 2019 13:17:50 +0000 (+0100) Subject: selftest: use ad_dc_ntvfs env instead of ad_dc_default for samba4.ldb.ldaps X-Git-Tag: ldb-2.1.0~213 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c20179a4f86bbaad75b0f87376257080760c650b;p=thirdparty%2Fsamba.git selftest: use ad_dc_ntvfs env instead of ad_dc_default for samba4.ldb.ldaps ad_dc_default is currently an alias for ad_dc_ntvfs, so this is currently no change in behaviour, but this is going to change. As the ad_dc_ntvfs env specifies "ldap server require strong auth = allow_sasl_over_tls" and this is needed for the test, we have to let the test use the ad_dc_ntvfs env explicitly. Signed-off-by: Ralph Boehme Reviewed-by: Andreas Schneider --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 43fbf0e5f0f..132d3aac102 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -87,7 +87,7 @@ finally: have_heimdal_support = ("SAMBA4_USES_HEIMDAL" in config_hash) for options in ['-U"$USERNAME%$PASSWORD"']: - plantestsuite("samba4.ldb.ldaps with options %s(ad_dc_default)" % options, "ad_dc_default", + plantestsuite("samba4.ldb.ldaps with options %s(ad_dc_ntvfs)" % options, "ad_dc_ntvfs", "%s/test_ldb.sh ldaps $SERVER_IP %s" % (bbdir, options)) creds_options = [