mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
selftest/Samba4: use "server signing = on" for now
Otherwise the smb2.compound test fails as it doesn't work with signing yet. metze
This commit is contained in:
parent
716da10498
commit
aa70b7e0fc
@ -616,6 +616,10 @@ sub provision_raw_step1($$)
|
||||
dreplsrv:periodic_startup_interval = 0
|
||||
|
||||
passdb backend = samba4
|
||||
|
||||
# remove this again, when our smb2 client library
|
||||
# supports signin on compound related requests
|
||||
server signing = on
|
||||
";
|
||||
|
||||
if (defined($ctx->{sid_generator}) && $ctx->{sid_generator} ne "internal") {
|
||||
|
Loading…
Reference in New Issue
Block a user