2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 15:05:23 +00:00

[master] better relnote for read-only controls option

This commit is contained in:
Evan Hunt
2016-03-24 16:52:17 -07:00
parent c19f42a378
commit 4d3f9f216a

View File

@@ -279,8 +279,8 @@
<listitem> <listitem>
<para> <para>
<command>named -L <replaceable>filename</replaceable></command> <command>named -L <replaceable>filename</replaceable></command>
causes <command>named</command> to send log messages to the specified file by causes <command>named</command> to send log messages to the
default instead of to the system log. specified file by default instead of to the system log.
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
@@ -432,18 +432,22 @@
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
A "read-only" clause is now available for non-destructive A <command>read-only</command> option is now available in the
<command>controls</command> statement to grant non-destructive
control channel access. In such cases, a restricted set of control channel access. In such cases, a restricted set of
rndc commands are allowed for querying information from named. <command>rndc</command> commands are allowed, which can
By default, control channel access is read-write. report information from <command>named</command>, but cannot
reconfigure or stop the server. By default, the control channel
access is <emphasis>not</emphasis> restricted to these
read-only operations. [RT #40498]
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
When loading managed signed zones detect if the RRSIG's When loading a signed zone, <command>named</command> will
inception time is in the future and regenerate the RRSIG now check whether an RRSIG's inception time is in the future,
immediately. This helps when the system's clock needs to and if so, it will regenerate the RRSIG immediately. This helps
be reset backwards. when a system's clock needs to be reset backwards.
</para> </para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>