]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] clarify managed-keys syntax
authorEvan Hunt <each@isc.org>
Thu, 10 Jan 2013 19:59:21 +0000 (11:59 -0800)
committerEvan Hunt <each@isc.org>
Thu, 10 Jan 2013 19:59:21 +0000 (11:59 -0800)
CHANGES
doc/arm/Bv9ARM-book.xml

diff --git a/CHANGES b/CHANGES
index 1d660d50ffccd1f9cdaeef8dfa94a2dd4a922fdf..aff42394e875d5c439f678d8e2fc66227ba8f7eb 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+3463.  [doc]           Clarify managed-keys syntax in ARM. [RT 32232]
+
+3462.  [doc]           Clarify server selection behavior of dig when using
+                       -4 or -6 options. [RT #32181]
+
 3461.  [bug]           Negative responses could incorrectly have AD=1
                        set. [RT #32237]
 
index 47c2c7d42ebd5fd0bf008e654e769525e652d641..47826a1b492f7954a6c8f02b537d246972e8b944 100644 (file)
@@ -10239,8 +10239,8 @@ ns.domain.com.rpz-nsdname   CNAME   .
           <title><command>managed-keys</command> Statement Grammar</title>
 
 <programlisting><command>managed-keys</command> {
-    <replaceable>string</replaceable> initial-key <replaceable>number</replaceable> <replaceable>number</replaceable> <replaceable>number</replaceable> <replaceable>string</replaceable> ;
-    <optional> <replaceable>string</replaceable> initial-key <replaceable>number</replaceable> <replaceable>number</replaceable> <replaceable>number</replaceable> <replaceable>string</replaceable> ; <optional>...</optional></optional>
+    <replaceable>name</replaceable> <literal>initial-key</literal> <replaceable>flags</replaceable> <replaceable>protocol</replaceable> <replaceable>algorithm</replaceable> <replaceable>key-data</replaceable> ;
+    <optional> <replaceable>name</replaceable> <literal>initial-key</literal> <replaceable>flags</replaceable> <replaceable>protocol</replaceable> <replaceable>algorithm</replaceable> <replaceable>key-data</replaceable> ; <optional>...</optional></optional>
 };
 </programlisting>
 
@@ -10348,13 +10348,16 @@ ns.domain.com.rpz-nsdname   CNAME   .
             <command>named</command>.)
          </para>
          <para>
-           If the <command>dnssec-lookaside</command> option is
+           If the <command>dnssec-validation</command> option is
            set to <userinput>auto</userinput>, <command>named</command>
            will automatically initialize a managed key for the
-           zone <literal>dlv.isc.org</literal>.  The key that is
-           used to initialize the key maintenance process is built
-           into <command>named</command>, and can be overridden
-           from <command>bindkeys-file</command>.
+            root zone.  Similarly, if the <command>dnssec-lookaside</command>
+            option is set to <userinput>auto</userinput>,
+            <command>named</command> will automatically initialize
+            a managed key for the zone <literal>dlv.isc.org</literal>.
+            In both cases, the key that is used to initialize the key
+            maintenance process is built into <command>named</command>,
+            and can be overridden from <command>bindkeys-file</command>.
          </para>
        </sect2>