diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-07-09 09:23:04 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-07-09 09:27:16 +0200 |
commit | de632de6ef10cba5fd2591f1d01ab447dae595c8 (patch) | |
tree | f927963313a1718f64bd21b2d8466576e5802685 /selftest | |
parent | 538bb9b3ec2d3250bb97fe6f6f01e6917399fd01 (diff) | |
download | samba-de632de6ef10cba5fd2591f1d01ab447dae595c8.tar.gz samba-de632de6ef10cba5fd2591f1d01ab447dae595c8.tar.bz2 samba-de632de6ef10cba5fd2591f1d01ab447dae595c8.zip |
selftest/Samba4: set dreplsrv:periodic_startup_interval = 0
metze
Diffstat (limited to 'selftest')
-rw-r--r-- | selftest/target/Samba4.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index b574623076..f0da581002 100644 --- a/selftest/target/Samba4.pm +++ b/selftest/target/Samba4.pm @@ -589,6 +589,7 @@ sub provision_raw_step1($$) dns update command = $ENV{SRCDIR_ABS}/scripting/bin/samba_dnsupdate --all-interfaces --use-file=$ctx->{dns_host_file} spn update command = $ENV{SRCDIR_ABS}/scripting/bin/samba_spnupdate resolv:host file = $ctx->{dns_host_file} + dreplsrv:periodic_startup_interval = 0 "; if (defined($ctx->{sid_generator}) && $ctx->{sid_generator} ne "internal") { |