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:
parent
c7acae9043
commit
3a7d931127
@ -216,6 +216,7 @@ sub setup_nt4_dc($$)
|
|||||||
lanman auth = yes
|
lanman auth = yes
|
||||||
ntlm auth = yes
|
ntlm auth = yes
|
||||||
raw NTLMv2 auth = yes
|
raw NTLMv2 auth = yes
|
||||||
|
server schannel = auto
|
||||||
|
|
||||||
rpc_server:epmapper = external
|
rpc_server:epmapper = external
|
||||||
rpc_server:spoolss = external
|
rpc_server:spoolss = external
|
||||||
|
@ -1466,6 +1466,7 @@ sub provision_ad_dc_ntvfs($$)
|
|||||||
lsa over netlogon = yes
|
lsa over netlogon = yes
|
||||||
rpc server port = 1027
|
rpc server port = 1027
|
||||||
auth event notification = true
|
auth event notification = true
|
||||||
|
server schannel = auto
|
||||||
";
|
";
|
||||||
my $ret = $self->provision($prefix,
|
my $ret = $self->provision($prefix,
|
||||||
"domain controller",
|
"domain controller",
|
||||||
@ -1833,6 +1834,7 @@ sub provision_ad_dc($$$$$$)
|
|||||||
lpq cache time = 0
|
lpq cache time = 0
|
||||||
print notify backchannel = yes
|
print notify backchannel = yes
|
||||||
|
|
||||||
|
server schannel = auto
|
||||||
auth event notification = true
|
auth event notification = true
|
||||||
$smbconf_args
|
$smbconf_args
|
||||||
";
|
";
|
||||||
|
Loading…
Reference in New Issue
Block a user