summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2016-02-17 11:30:21 +1300
committerGarming Sam <garming@samba.org>2016-05-03 08:10:09 +0200
commit5caebde11d1a25581e5f8d7c7f7deadfeae7759e (patch)
tree6f872bfed07db21e49b16b8f0a5eb1443484c71b /docs-xml
parent870b74d73eb6812d2002e4d88a2553d6edd545c4 (diff)
downloadsamba-5caebde11d1a25581e5f8d7c7f7deadfeae7759e.tar.gz
dns: modify dns forwarder param to be multi-valued
This allows a secondary DNS forwarder for a trivial failover. Requests which fail/timeout at the primary DNS forwarder will be restarted entirely with the next forwarder in the list. Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/domain/dnsforwarder.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs-xml/smbdotconf/domain/dnsforwarder.xml b/docs-xml/smbdotconf/domain/dnsforwarder.xml
index 4147ef8524f..d3c8b768495 100644
--- a/docs-xml/smbdotconf/domain/dnsforwarder.xml
+++ b/docs-xml/smbdotconf/domain/dnsforwarder.xml
@@ -1,10 +1,9 @@
<samba:parameter name="dns forwarder"
context="G"
- type="string"
- constant="1"
+ type="cmdlist"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
- <para>This option specifies the DNS server that DNS requests will be
+ <para>This option specifies the list of DNS servers that DNS requests will be
forwarded to if they can not be handled by Samba itself.
</para>