1
0
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:
Stefan Metzmacher 2011-11-03 07:34:30 +01:00
parent 716da10498
commit aa70b7e0fc

View File

@ -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") {