From 0842d663b7cfb84b478ec937fc1dbc640ceae92b Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Tue, 2 Aug 2011 05:18:50 +0000 Subject: Vendor import of BIND 9.6-ESV-R5 --- doc/arm/Bv9ARM-book.xml | 120 ++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 100 insertions(+), 20 deletions(-) (limited to 'doc/arm/Bv9ARM-book.xml') diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index 0013c2e7f689..a7777253626f 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -2,7 +2,7 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" []> - + BIND 9 Administrator Reference Manual @@ -31,6 +31,7 @@ 2008 2009 2010 + 2011 Internet Systems Consortium, Inc. ("ISC") @@ -881,7 +882,7 @@ zone "eng.example.com" { For more detail on ordering responses, check the - rrset-order substatement in the + rrset-order sub-statement in the options statement, see . @@ -6835,22 +6836,27 @@ avoid-v6-udp-ports {}; serial-query-rate - - - Slave servers will periodically query master servers - to find out if zone serial numbers have changed. Each such - query uses - a minute amount of the slave server's network bandwidth. To - limit the - amount of bandwidth used, BIND 9 limits the rate at which - queries are - sent. The value of the serial-query-rate option, - an integer, is the maximum number of queries sent per - second. - The default is 20. - - - + + + Slave servers will periodically query master + servers to find out if zone serial numbers have + changed. Each such query uses a minute amount of + the slave server's network bandwidth. To limit + the amount of bandwidth used, BIND 9 limits the + rate at which queries are sent. The value of the + serial-query-rate option, an + integer, is the maximum number of queries sent + per second. The default is 20. + + + In addition to controlling the rate SOA refresh + queries are issued at + serial-query-rate also controls + the rate at which NOTIFY messages are sent from + both master and slave zones. + + + serial-queries @@ -7978,6 +7984,10 @@ avoid-v6-udp-ports { 40000; range 50000 60000; }; The delay, in seconds, between sending sets of notify messages for a zone. The default is five (5) seconds. + + The overall rate that NOTIFY messages are sent for all + zones is controlled by serial-query-rate. + @@ -9815,7 +9825,13 @@ zone zone_name classidentity field must contain a fully-qualified domain name. - + + For nametypes krb5-self, + ms-self, krb5-subdomain, + and ms-subdomain the + identity field specifies + the Windows or Kerberos realm of the machine belongs to. + The nametype field has 12 values: @@ -9924,6 +9940,70 @@ zone zone_name class + + + + ms-self + + + + This rule takes a Windows machine principal + (machine$@REALM) for machine in REALM and + and converts it machine.realm allowing the machine + to update machine.realm. The REALM to be matched + is specified in the identity + field. + + + + + + + ms-subdomain + + + + This rule takes a Windows machine principal + (machine$@REALM) for machine in REALM and + converts it to machine.realm allowing the machine + to update subdomains of machine.realm. The REALM + to be matched is specified in the + identity field. + + + + + + + krb5-self + + + + This rule takes a Kerberos machine principal + (host/machine@REALM) for machine in REALM and + and converts it machine.realm allowing the machine + to update machine.realm. The REALM to be matched + is specified in the identity + field. + + + + + + + krb5-subdomain + + + + This rule takes a Kerberos machine principal + (host/machine@REALM) for machine in REALM and + converts it to machine.realm allowing the machine + to update subdomains of machine.realm. The REALM + to be matched is specified in the + identity field. + + + -- cgit v1.2.3