diff --git a/bin/named/named.8 b/bin/named/named.8 index 07243664ca..75fa11becf 100644 --- a/bin/named/named.8 +++ b/bin/named/named.8 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") +.\" Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC") .\" Copyright (C) 2000, 2001, 2003 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any @@ -13,7 +13,7 @@ .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR .\" PERFORMANCE OF THIS SOFTWARE. .\" -.\" $Id: named.8,v 1.27 2005/10/13 03:13:58 marka Exp $ +.\" $Id: named.8,v 1.28 2006/03/11 02:07:52 marka Exp $ .\" .hy 0 .ad l @@ -176,6 +176,7 @@ RFC 1034, RFC 1035, \fBrndc\fR(8), \fBlwresd\fR(8), +\fBnamed.conf\fR(5), BIND 9 Administrator Reference Manual. .SH "AUTHOR" .PP diff --git a/bin/named/named.conf.5 b/bin/named/named.conf.5 index 7b072eb1ad..ad840d9c9d 100644 --- a/bin/named/named.conf.5 +++ b/bin/named/named.conf.5 @@ -12,7 +12,7 @@ .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR .\" PERFORMANCE OF THIS SOFTWARE. .\" -.\" $Id: named.conf.5,v 1.17 2006/03/06 02:23:19 marka Exp $ +.\" $Id: named.conf.5,v 1.18 2006/03/11 02:07:52 marka Exp $ .\" .hy 0 .ad l @@ -217,6 +217,7 @@ options { root\-delegation\-only [ exclude { \fIquoted_string\fR; ... } ]; disable\-algorithms \fIstring\fR { \fIstring\fR; ... }; dnssec\-enable \fIboolean\fR; + dnssec\-validation \fIboolean\fR; dnssec\-lookaside \fIstring\fR trust\-anchor \fIstring\fR; dnssec\-must\-be\-secure \fIstring\fR \fIboolean\fR; dnssec\-accept\-expired \fIboolean\fR; @@ -347,6 +348,7 @@ view \fIstring\fR \fIoptional_class\fR { root\-delegation\-only [ exclude { \fIquoted_string\fR; ... } ]; disable\-algorithms \fIstring\fR { \fIstring\fR; ... }; dnssec\-enable \fIboolean\fR; + dnssec\-validation \fIboolean\fR; dnssec\-lookaside \fIstring\fR trust\-anchor \fIstring\fR; dnssec\-must\-be\-secure \fIstring\fR \fIboolean\fR; dnssec\-accept\-expired \fIboolean\fR; diff --git a/bin/named/named.conf.html b/bin/named/named.conf.html index d972941712..462571b276 100644 --- a/bin/named/named.conf.html +++ b/bin/named/named.conf.html @@ -13,7 +13,7 @@ - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR - PERFORMANCE OF THIS SOFTWARE. --> - +
@@ -235,6 +235,7 @@ options root-delegation-only [ exclude {quoted_string
; ... } ];string
{ string
; ... };boolean
;boolean
;string
trust-anchor string
;string
boolean
;boolean
;
view string
optional_class
{
match-clients { address_match_element
; ... };
@@ -381,6 +382,7 @@ view
root-delegation-only [ exclude { quoted_string
; ... } ];
disable-algorithms string
{ string
; ... };
dnssec-enable boolean
;
+ dnssec-validation boolean
;
dnssec-lookaside string
trust-anchor string
;
dnssec-must-be-secure string
boolean
;
dnssec-accept-expired boolean
;
@@ -449,7 +451,7 @@ view
zone string
optional_class
{
type ( master | slave | stub | hint |
@@ -533,12 +535,12 @@ zone
named(8), rndc(8), BIND 9 Administrator Reference Manual. diff --git a/bin/named/named.html b/bin/named/named.html index 0f4550c5a7..fcad28c847 100644 --- a/bin/named/named.html +++ b/bin/named/named.html @@ -1,5 +1,5 @@ - +
@@ -32,7 +32,7 @@named
[-4
] [-6
] [-c
] [config-file
-d
] [debug-level
-f
] [-g
] [-n
] [#cpus
-p
] [port
-s
] [-t
] [directory
-u
] [user
-v
] [-x
]cache-file
named is a Domain Name System (DNS) server, part of the BIND 9 distribution from ISC. For more @@ -47,7 +47,7 @@
In routine operation, signals should not be used to control the nameserver; rndc should be used @@ -201,7 +201,7 @@
The named configuration file is too complex to describe in detail here. A complete description is provided @@ -210,7 +210,7 @@
RFC 1033, RFC 1034, RFC 1035, rndc(8), lwresd(8), + named.conf(5), BIND 9 Administrator Reference Manual.
yes_or_no
; ]
[ maintain-ixfr-base yes_or_no
; ]
[ dnssec-enable yes_or_no
; ]
+ [ dnssec-validation yes_or_no
; ]
[ dnssec-lookaside domain
trust-anchor domain
; ]
[ dnssec-must-be-secure domain yes_or_no
; ]
[ dnssec-accept-expired yes_or_no
; ]
@@ -2641,6 +2642,13 @@ options {
Enable DNSSEC support in named. Unless set to yes
named behaves as if it does not support DNSSEC.
+ The default is yes
.
+
+ Enable DNSSEC validation in named.
+ Note dnssec-enable also needs to be
+ set to yes
to be effective.
The default is no
.
The forwarding facility can be used to create a large site-wide cache on a few servers, reducing traffic over links to external @@ -2799,7 +2807,7 @@ options {
Dual-stack servers are used as servers of last resort to work around @@ -2959,7 +2967,7 @@ options {
The interfaces and ports that the server will answer queries from may be specified using the listen-on option. listen-on takes @@ -3039,7 +3047,7 @@ listen-on-v6 port 1234 { !2001:db8::/32; any; };
If the server doesn't know the answer to a question, it will query other name servers. query-source specifies @@ -3319,7 +3327,7 @@ query-source-v6 address * port *;
avoid-v4-udp-ports and avoid-v6-udp-ports specify a list of IPv4 and IPv6 UDP ports that will not be used as system @@ -3333,7 +3341,7 @@ query-source-v6 address * port *;
The server's usage of many system resources can be limited. Scaled values are allowed when specifying resource limits. For @@ -3393,7 +3401,7 @@ query-source-v6 address * port *;
The following options set limits on the server's resource consumption that are enforced internally by the @@ -3471,7 +3479,7 @@ query-source-v6 address * port *;
@@ -4506,7 +4514,7 @@ query-source-v6 address * port *;
trusted-keys {string
number
number
number
string
; [string
number
number
number
string
; [...]] @@ -4515,7 +4523,7 @@ query-source-v6 address * port *;The trusted-keys statement defines @@ -4558,7 +4566,7 @@ query-source-v6 address * port *;
The view statement is a powerful feature @@ -4809,10 +4817,10 @@ zone
zone_name
[