s3:idmap_ad: add support for ADS_AUTH_SASL_{STARTTLS,LDAPS}
[Samba.git] / docs-xml / smbdotconf / domain / dnsforwarder.xml
blobcf8875ea5a0e71161c9c0f048c14aaf5b808bd65
1 <samba:parameter name="dns forwarder"
2                  context="G"
3                  type="cmdlist"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6         <para>This option specifies the list of DNS servers that DNS requests will be
7                 forwarded to if they can not be handled by Samba itself.
8         </para>
10         <para>The DNS forwarder is only used if the internal DNS server
11                 in Samba is used. Port numbers can be appended by separating them from
12                 the address by using a colon (':').  When specifying a port, IPv6
13                 addresses must be enclosed in square brackets ('[' and ']'). IPv6
14                 forwarder addresses with no port specified, don't need the square
15                 brackets, and default to port 53.
16         </para>
17 </description>
19 <value type="default"></value>
20 <value type="example">192.168.0.1 192.168.0.2 ::1 [2001:db8::1] [2001:db8:1:2::1]:54 </value>
21 </samba:parameter>