From 54ca2413348024c6d03904c01486c952c3d4a3bc Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Thu, 10 Jan 2013 11:59:21 -0800 Subject: [PATCH] [master] clarify managed-keys syntax --- CHANGES | 5 +++++ doc/arm/Bv9ARM-book.xml | 17 ++++++++++------- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/CHANGES b/CHANGES index 1d660d50ff..aff42394e8 100644 --- 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] diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index 47c2c7d42e..47826a1b49 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -10239,8 +10239,8 @@ ns.domain.com.rpz-nsdname CNAME . <command>managed-keys</command> Statement Grammar managed-keys { - string initial-key number number number string ; - string initial-key number number number string ; ... + name initial-key flags protocol algorithm key-data ; + name initial-key flags protocol algorithm key-data ; ... }; @@ -10348,13 +10348,16 @@ ns.domain.com.rpz-nsdname CNAME . named.) - If the dnssec-lookaside option is + If the dnssec-validation option is set to auto, named will automatically initialize a managed key for the - zone dlv.isc.org. The key that is - used to initialize the key maintenance process is built - into named, and can be overridden - from bindkeys-file. + root zone. Similarly, if the dnssec-lookaside + option is set to auto, + named will automatically initialize + a managed key for the zone dlv.isc.org. + In both cases, the key that is used to initialize the key + maintenance process is built into named, + and can be overridden from bindkeys-file.