1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

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
This commit is contained in:
Jelmer Vernooij 2012-05-11 16:01:33 +02:00
parent 0fefe24d6f
commit 61546b5263

View File

@ -587,8 +587,8 @@ sub provision_raw_step1($$)
log level = $ctx->{server_loglevel} log level = $ctx->{server_loglevel}
lanman auth = Yes lanman auth = Yes
rndc command = true rndc command = true
dns update command = $ENV{SRCDIR_ABS}/source4/scripting/bin/samba_dnsupdate --all-interfaces --use-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 spn update command = $ENV{SRCDIR_ABS}/source4/scripting/bin/samba_spnupdate -s $ctx->{smb_conf}
resolv:host file = $ctx->{dns_host_file} resolv:host file = $ctx->{dns_host_file}
dreplsrv:periodic_startup_interval = 0 dreplsrv:periodic_startup_interval = 0
dsdb:schema update allowed = yes dsdb:schema update allowed = yes