diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2003-01-28 13:09:17 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2003-01-28 13:09:17 +0000 |
| commit | 7f1ab065ebdc6d98a8f6338d1fb90e53d035e034 (patch) | |
| tree | 8d0fdc9b6223aac6d701b1dc556a065fd60276c8 /contrib/bind/doc/html | |
| parent | 4a43fe6c983881f9b953906cb4e8afaa41b49b86 (diff) | |
Notes
Diffstat (limited to 'contrib/bind/doc/html')
| -rw-r--r-- | contrib/bind/doc/html/logging.html | 6 | ||||
| -rw-r--r-- | contrib/bind/doc/html/options.html | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/contrib/bind/doc/html/logging.html b/contrib/bind/doc/html/logging.html index 78e6a0a9ee04..73b40167eb72 100644 --- a/contrib/bind/doc/html/logging.html +++ b/contrib/bind/doc/html/logging.html @@ -289,6 +289,10 @@ is used: <CODE>category panic { default_syslog; default_stderr; };</CODE> <DD> Dynamic updates. +<DT><CODE>update-security</CODE> +<DD> +Denied dynamic updates due to access controls. + <DT><CODE>ncache</CODE> <DD> Negative caching. @@ -363,7 +367,7 @@ Messages arising from response checking, such as <HR> <ADDRESS> -Last Updated: $Id: logging.html,v 1.13 2002/04/02 00:57:48 marka Exp $ +Last Updated: $Id: logging.html,v 1.14 2002/07/19 22:44:05 marka Exp $ </ADDRESS> </BODY> </HTML> diff --git a/contrib/bind/doc/html/options.html b/contrib/bind/doc/html/options.html index 219623ce8617..f124ebaee567 100644 --- a/contrib/bind/doc/html/options.html +++ b/contrib/bind/doc/html/options.html @@ -159,9 +159,9 @@ specified, the default is "named.stats". <DD> If <CODE>yes</CODE>, the <CODE>AA</CODE> bit is always set on NXDOMAIN responses, even if the server is not actually authoritative. -The default is <CODE>yes</CODE>. Do not turn off -<CODE>auth-nxdomain</CODE> unless you are sure you know what you are -doing, as some older software won't like it. +The default is <CODE>no</CODE>. Turning <CODE>auth-nxdomain</CODE> will +allow older clients that require <CODE>AA</CODE> to be set to accept +NXDOMAIN responses to work. <DT><CODE>deallocate-on-exit</CODE> <DD> @@ -847,7 +847,7 @@ request for the root servers to be accepted. Default 2. <HR> <ADDRESS> -Last Updated: $Id: options.html,v 1.48 2002/04/25 05:27:00 marka Exp $ +Last Updated: $Id: options.html,v 1.49 2002/09/09 00:19:17 marka Exp $ </ADDRESS> </BODY> </HTML> |
