summaryrefslogtreecommitdiff
path: root/selftest/target
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2017-12-13 13:09:47 +0100
committerRalph Boehme <slow@samba.org>2018-01-10 01:01:24 +0100
commit3a7d931127a8c739208ae6ca8124cd18fec6b7bb (patch)
tree699c6829027c7d10fe1ab2b2915d4a0948882cd5 /selftest/target
parentc7acae904301cfc6a281d63f4e7d3cc6f4fff938 (diff)
downloadsamba-3a7d931127a8c739208ae6ca8124cd18fec6b7bb.tar.gz
selftest: explicitly configure some dcs with 'server schannel = auto'
This is required for some tests. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'selftest/target')
-rwxr-xr-xselftest/target/Samba3.pm1
-rwxr-xr-xselftest/target/Samba4.pm2
2 files changed, 3 insertions, 0 deletions
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
";