From: Evan Hunt Date: Wed, 17 Jun 2009 07:02:45 +0000 (+0000) Subject: Change "dynamic" to "ddns-autoconf" (forgot to do this in the ticket, X-Git-Tag: v9.7.0a1~13 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=e60076cb255dad2e746377c2eac627f8dae8702e;p=thirdparty%2Fbind9.git Change "dynamic" to "ddns-autoconf" (forgot to do this in the ticket, see 19284) --- diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index d39a78ec412..9748e0cfeed 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.