2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 22:45:39 +00:00

2655. [doc] Document that key-directory does not affect

bind.keys, rndc.key or session.key.  [RT #20155]
This commit is contained in:
Mark Andrews
2009-08-25 02:56:03 +00:00
parent 18114698b4
commit a0ba5a502e
2 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +1,6 @@
2655. [doc] Document that key-directory does not affect
bind.keys, rndc.key or session.key. [RT #20155]
2654. [bug] Improve error reporting on duplicated names for 2654. [bug] Improve error reporting on duplicated names for
deny-answer-xxx. [RT #20164] deny-answer-xxx. [RT #20164]

View File

@@ -18,7 +18,7 @@
- PERFORMANCE OF THIS SOFTWARE. - PERFORMANCE OF THIS SOFTWARE.
--> -->
<!-- File: $Id: Bv9ARM-book.xml,v 1.424 2009/07/27 00:43:13 each Exp $ --> <!-- File: $Id: Bv9ARM-book.xml,v 1.425 2009/08/25 02:56:03 marka Exp $ -->
<book xmlns:xi="http://www.w3.org/2001/XInclude"> <book xmlns:xi="http://www.w3.org/2001/XInclude">
<title>BIND 9 Administrator Reference Manual</title> <title>BIND 9 Administrator Reference Manual</title>
@@ -5118,11 +5118,14 @@ badresp:1,adberr:0,findfail:0,valfail:0]
<listitem> <listitem>
<para> <para>
When performing dynamic update of secure zones, the When performing dynamic update of secure zones, the
directory where the public and private key files should be directory where the public and private DNSSEC key files
found, should be found, if different than the current working
if different than the current working directory. The directory. The directory specified must be an absolute
directory specified path. (Note that this option has no effect on the paths
must be an absolute path. for files containing non-DNSSEC keys such as
<filename>bind.keys</filename>,
<filename>rndc.key</filename> or
<filename>session.key</filename>.)
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>