]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
regen master
authorTinderbox User <tbox@isc.org>
Thu, 12 Nov 2015 01:04:13 +0000 (01:04 +0000)
committerTinderbox User <tbox@isc.org>
Thu, 12 Nov 2015 01:04:13 +0000 (01:04 +0000)
doc/arm/Bv9ARM.ch06.html
doc/arm/Bv9ARM.ch09.html
doc/arm/notes.html

index 26f29d3c1005b66c81931213f0f317d6a6e2baee..fadf671186452b19bbde5dafd11e6d653988a276 100644 (file)
 <pre class="programlisting"><span class="command"><strong>controls</strong></span> {
    [ inet ( ip_addr | * ) [ port ip_port ]
                 allow { <em class="replaceable"><code> address_match_list </code></em> }
-                keys { <em class="replaceable"><code>key_list</code></em> }; ]
+                [ keys { <em class="replaceable"><code>key_list</code></em> } ]
+                [ read-only <em class="replaceable"><code>yes_or_no</code></em> ] ; ]
    [ inet ...; ]
    [ unix <em class="replaceable"><code>path</code></em> perm <em class="replaceable"><code>number</code></em> owner <em class="replaceable"><code>number</code></em> group <em class="replaceable"><code>number</code></em>
-     keys { <em class="replaceable"><code>key_list</code></em> }; ]
+                [ keys { <em class="replaceable"><code>key_list</code></em> } ]
+                [ read-only <em class="replaceable"><code>yes_or_no</code></em> ] ; ]
    [ unix ...; ]
 };
 </pre>
           See <a class="xref" href="Bv9ARM.ch03.html#rndc">Remote Name Daemon Control application</a> in <a class="xref" href="Bv9ARM.ch03.html#admin_tools" title="Administrative Tools">the section called &#8220;Administrative Tools&#8221;</a>)
           for information about configuring keys in <span class="command"><strong>rndc</strong></span>.
         </p>
+<p>
+          If the <span class="command"><strong>read-only</strong></span> clause is enabled, the
+          control channel is limited to the following set of read-only
+          commands: <span class="command"><strong>nta -dump</strong></span>,
+          <span class="command"><strong>null</strong></span>, <span class="command"><strong>status</strong></span>,
+          <span class="command"><strong>showzone</strong></span>, <span class="command"><strong>testgen</strong></span>, and
+          <span class="command"><strong>zonestatus</strong></span>. By default,
+          <span class="command"><strong>read-only</strong></span> is not enabled and the control
+          channel allows read-write access.
+        </p>
 <p>
           If no <span class="command"><strong>controls</strong></span> statement is present,
           <span class="command"><strong>named</strong></span> will set up a default
index abc6e705257019267f79e2b679dcc572d9297f4c..81e3bbf0a79416ce2da8e62705f4f5f55bd56093 100644 (file)
          results in larger responses, but reduces CPU consumption and
          may improve throughput.  The default is <strong class="userinput"><code>yes</code></strong>.
        </p></li>
+<li class="listitem"><p>
+         A "read-only" clause is now available for non-destructive
+         control channel access. In such cases, a restricted set of
+         rndc commands are allowed for querying information from named.
+         By default, control channel access is read-write.
+       </p></li>
 </ul></div>
 </div>
 <div class="section">
index 492bc2cd8b1c4bc30fec950e5b11d0fbd9f8d2a6..b319a358d6225c8f9c9c6030470b8ce5e3694064 100644 (file)
          results in larger responses, but reduces CPU consumption and
          may improve throughput.  The default is <strong class="userinput"><code>yes</code></strong>.
        </p></li>
+<li class="listitem"><p>
+         A "read-only" clause is now available for non-destructive
+         control channel access. In such cases, a restricted set of
+         rndc commands are allowed for querying information from named.
+         By default, control channel access is read-write.
+       </p></li>
 </ul></div>
 </div>
 <div class="section">