From e60076cb255dad2e746377c2eac627f8dae8702e Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Wed, 17 Jun 2009 07:02:45 +0000 Subject: [PATCH] Change "dynamic" to "ddns-autoconf" (forgot to do this in the ticket, see 19284) --- doc/arm/Bv9ARM-book.xml | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index d39a78ec41..9748e0cfee 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -18,7 +18,7 @@ - PERFORMANCE OF THIS SOFTWARE. --> - + BIND 9 Administrator Reference Manual @@ -1653,17 +1653,14 @@ controls { Dynamic update is enabled by including an allow-update, update-policy clause in the zone statement, or by setting the - dynamic option to yes - and creating a ddns.key file (see - ddns-confgen.) + ddns-autconf option to yes. - If the zone's dynamic option is set to - yes, and if a ddns.key - file exists and contains a valid TSIG key, and if no other dynamic - update policy has been set for the zone, then updates to the zone - will be permitted for the key ddns.key. + If the zone's ddns-autoconf option is set to + yes, then updates to the zone + will be permitted for the key ddns.key, + which will be generated by named at startup. @@ -9736,15 +9733,14 @@ zone zone_name class - dynamic + ddns-autoconf If this flag is set to yes in - a master zone, named will - automatically generate a TSIG session key for use + a master zone, the zone will be set to allow dynamic + updates using a TSIG session key generated by + named and stored in a file for use by nsupdate -l on the local system, - and the zone will be marked to allow dynamic updates - using this key.