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.