From: Stefan Metzmacher Date: Wed, 13 Dec 2017 12:09:47 +0000 (+0100) Subject: selftest: explicitly configure some dcs with 'server schannel = auto' X-Git-Tag: talloc-2.1.11~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a7d931127a8c739208ae6ca8124cd18fec6b7bb;p=thirdparty%2Fsamba.git selftest: explicitly configure some dcs with 'server schannel = auto' This is required for some tests. Signed-off-by: Stefan Metzmacher Reviewed-by: Ralph Boehme --- diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index f5e64725acf..851460c502b 100755 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -216,6 +216,7 @@ sub setup_nt4_dc($$) lanman auth = yes ntlm auth = yes raw NTLMv2 auth = yes + server schannel = auto rpc_server:epmapper = external rpc_server:spoolss = external diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index 8c17d778bd0..e6bc3bbb3e4 100755 --- a/selftest/target/Samba4.pm +++ b/selftest/target/Samba4.pm @@ -1466,6 +1466,7 @@ sub provision_ad_dc_ntvfs($$) lsa over netlogon = yes rpc server port = 1027 auth event notification = true + server schannel = auto "; my $ret = $self->provision($prefix, "domain controller", @@ -1833,6 +1834,7 @@ sub provision_ad_dc($$$$$$) lpq cache time = 0 print notify backchannel = yes + server schannel = auto auth event notification = true $smbconf_args ";