ctdb-server: Remove duplicate logic
[samba4-gss.git] / docs-xml / smbdotconf / domain / dnszonetransferclientsallow.xml
blobcf017428c16c7dcdeff4dabc0eeb8acd3d0c2f63
1 <samba:parameter name="dns zone transfer clients allow"
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 IPs authorized to ask for dns zone
7             transfer from bind DLZ module.
8         </para>
10         <para>The IP list is comma and space separated and specified in the same
11             syntax as used in <smbconfoption name="hosts allow"/>, specifically
12             including IP address, IP prefixes and IP address masks.
13         </para>
15         <para>As this is a DNS server option, hostnames are naturally not permitted.
16         </para>
18         <para>The default behaviour is to deny any request.
19               A request will be authorized only if the emitting client is identified
20               in this list, and not in <smbconfoption name="dns zone transfer clients deny"/>
21         </para>
22 </description>
24 <value type="default"></value>
25 <value type="example">192.168.0.1</value>
26 </samba:parameter>