summaryrefslogtreecommitdiffstats
path: root/wintest/test-s4-howto.py
diff options
context:
space:
mode:
authorBjörn Baumbach <bb@sernet.de>2012-06-05 10:35:19 +0200
committerKai Blin <kai@samba.org>2012-06-21 21:55:20 +0200
commited3ded11220d16c5ebfefd7e165eeb32e185f452 (patch)
treef7fc740db5621d6307d58c69e1ecdac616f2f98a /wintest/test-s4-howto.py
parentb45d4beca54428cb71994fed40d44c9ba06bb4d3 (diff)
downloadsamba-ed3ded11220d16c5ebfefd7e165eeb32e185f452.tar.gz
samba-ed3ded11220d16c5ebfefd7e165eeb32e185f452.tar.xz
samba-ed3ded11220d16c5ebfefd7e165eeb32e185f452.zip
wintest: set recursive queries for internal dns
Need dns recursive queries = yes, since host expects answers with RA-bit. Signed-off-by: Kai Blin <kai@samba.org>
Diffstat (limited to 'wintest/test-s4-howto.py')
-rwxr-xr-xwintest/test-s4-howto.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/wintest/test-s4-howto.py b/wintest/test-s4-howto.py
index 646fa5b5c96..2f89447f227 100755
--- a/wintest/test-s4-howto.py
+++ b/wintest/test-s4-howto.py
@@ -38,7 +38,8 @@ def provision_s4(t, func_level="2008"):
'--option=rndc command=${RNDC} -c${PREFIX}/etc/rndc.conf',
'${USE_NTVFS}',
'--dns-backend=${NAMESERVER_BACKEND}',
- '${ALLOW_DNS_UPDATES}']
+ '${ALLOW_DNS_UPDATES}',
+ '${DNS_RECURSIVE_QUERIES}']
if t.getvar('INTERFACE_IPV6'):
provision.append('--host-ip6=${INTERFACE_IPV6}')
t.run_cmd(provision)