Reverse "dnssec-validation" default from no to yes, per Joao. [rt18121]

This commit is contained in:
Evan Hunt
2008-05-28 21:00:25 +00:00
parent 677b69cee2
commit 1bff2d56a0
3 changed files with 1341 additions and 1359 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: config.c,v 1.82.38.4 2008/05/01 18:32:31 jinmei Exp $ */
/* $Id: config.c,v 1.82.38.5 2008/05/28 21:00:24 each Exp $ */
/*! \file */
@@ -139,7 +139,7 @@ options {\n\
acache-cleaning-interval 60;\n\
max-acache-size 16M;\n\
dnssec-enable yes;\n\
dnssec-validation no; /* Make yes for 9.5. */ \n\
dnssec-validation yes; \n\
dnssec-accept-expired no;\n\
clients-per-query 10;\n\
max-clients-per-query 100;\n\

View File

@@ -18,7 +18,7 @@
- PERFORMANCE OF THIS SOFTWARE.
-->
<!-- File: $Id: Bv9ARM-book.xml,v 1.340.24.10 2008/05/27 22:36:09 each Exp $ -->
<!-- File: $Id: Bv9ARM-book.xml,v 1.340.24.11 2008/05/28 21:00:24 each Exp $ -->
<book xmlns:xi="http://www.w3.org/2001/XInclude">
<title>BIND 9 Administrator Reference Manual</title>
@@ -5641,7 +5641,7 @@ options {
Enable DNSSEC validation in named.
Note <command>dnssec-enable</command> also needs to be
set to <userinput>yes</userinput> to be effective.
The default is <userinput>no</userinput>.
The default is <userinput>yes</userinput>.
</para>
</listitem>
</varlistentry>

File diff suppressed because one or more lines are too long