smb.conf(5): Add basic documentation for 'dns forwarder'.
authorJelmer Vernooij <jelmer@samba.org>
Thu, 27 Sep 2012 20:38:31 +0000 (13:38 -0700)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 18 Oct 2012 20:34:29 +0000 (22:34 +0200)
docs-xml/smbdotconf/domain/dnsforwarder.xml [new file with mode: 0644]

diff --git a/docs-xml/smbdotconf/domain/dnsforwarder.xml b/docs-xml/smbdotconf/domain/dnsforwarder.xml
new file mode 100644 (file)
index 0000000..23a3886
--- /dev/null
@@ -0,0 +1,17 @@
+<samba:parameter name="dns forwarder"
+                 context="G"
+                 type="string"
+                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+       <para>This option specifies the DNS server that DNS requests will be 
+               forwarded to if they can not be handled by Samba itself.
+       </para>
+
+       <para>The DNS forwarder is only used if the internal DNS server
+               in Samba is used.
+       </para>
+</description>
+
+<value type="default"></value>
+<value type="example">192.168.0.1</value>
+</samba:parameter>