1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

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>
This commit is contained in:
Stefan Metzmacher 2017-12-13 13:09:47 +01:00 committed by Ralph Boehme
parent c7acae9043
commit 3a7d931127
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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
";