diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-05-11 16:01:33 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-05-11 18:18:52 +0200 |
commit | 61546b5263d8363133e82c68ad823f9221120e9c (patch) | |
tree | b1e4b704a364e897bd94c6bea161d231bfd23dea /selftest | |
parent | 0fefe24d6f9d013b0cbb0db9d238ea473e1716ea (diff) | |
download | samba-61546b5263d8363133e82c68ad823f9221120e9c.tar.gz samba-61546b5263d8363133e82c68ad823f9221120e9c.tar.bz2 samba-61546b5263d8363133e82c68ad823f9221120e9c.zip |
samba4: When running samba_dnsupdate during tests, use the test
smb.conf.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Fri May 11 18:18:53 CEST 2012 on sn-devel-104
Diffstat (limited to 'selftest')
-rw-r--r-- | selftest/target/Samba4.pm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index b52bc0e0fb..1e53c21dec 100644 --- a/selftest/target/Samba4.pm +++ b/selftest/target/Samba4.pm @@ -587,17 +587,17 @@ sub provision_raw_step1($$) log level = $ctx->{server_loglevel} lanman auth = Yes rndc command = true - dns update command = $ENV{SRCDIR_ABS}/source4/scripting/bin/samba_dnsupdate --all-interfaces --use-file=$ctx->{dns_host_file} - spn update command = $ENV{SRCDIR_ABS}/source4/scripting/bin/samba_spnupdate - resolv:host file = $ctx->{dns_host_file} + dns update command = $ENV{SRCDIR_ABS}/source4/scripting/bin/samba_dnsupdate --all-interfaces --use-file=$ctx->{dns_host_file} -s $ctx->{smb_conf} + spn update command = $ENV{SRCDIR_ABS}/source4/scripting/bin/samba_spnupdate -s $ctx->{smb_conf} + resolv:host file = $ctx->{dns_host_file} dreplsrv:periodic_startup_interval = 0 dsdb:schema update allowed = yes - passdb backend = samba4 + passdb backend = samba4 - # remove this again, when our smb2 client library - # supports signin on compound related requests - server signing = on + # 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") { |