]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
regen
authorAutomatic Updater <source@isc.org>
Tue, 6 Oct 2009 01:45:25 +0000 (01:45 +0000)
committerAutomatic Updater <source@isc.org>
Tue, 6 Oct 2009 01:45:25 +0000 (01:45 +0000)
FAQ
FAQ.xml

diff --git a/FAQ b/FAQ
index 4df1d764ce87c1e53be18e0c19da8d96a8a55780..a2d1686c4eb519b5f0f131f004a6f0b2cc38e391 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -153,8 +153,8 @@ A: BIND 9.3 and later: Use TSIG to select the appropriate view.
 
    Master 10.0.1.1:
            key "external" {
-                   algorithm hmac-md5;
-                   secret "xxxxxxxx";
+                   algorithm hmac-sha256;
+                   secret "xxxxxxxxxxxxxxxxxxxxxxxx";
            };
            view "internal" {
                    match-clients { !key external; // reject message ment for the
@@ -174,8 +174,8 @@ A: BIND 9.3 and later: Use TSIG to select the appropriate view.
 
    Slave 10.0.1.2:
            key "external" {
-                   algorithm hmac-md5;
-                   secret "xxxxxxxx";
+                   algorithm hmac-sha256;
+                   secret "xxxxxxxxxxxxxxxxxxxxxxxx";
            };
            view "internal" {
                    match-clients { !key external; 10.0.1/24; };
@@ -225,13 +225,13 @@ A: You choose one view to be master and the second a slave and transfer
 
    Master 10.0.1.1:
            key "external" {
-                   algorithm hmac-md5;
-                   secret "xxxxxxxx";
+                   algorithm hmac-sha256;
+                   secret "xxxxxxxxxxxxxxxxxxxxxxxx";
            };
 
            key "mykey" {
-                   algorithm hmac-md5;
-                   secret "yyyyyyyy";
+                   algorithm hmac-sha256;
+                   secret "yyyyyyyyyyyyyyyyyyyyyyyy";
            };
 
            view "internal" {
diff --git a/FAQ.xml b/FAQ.xml
index ecb9c40e88c92a338f216488428c2958831a97b8..813db37265cd37a9b89ce88e6541ca5ea80b426f 100644 (file)
--- a/FAQ.xml
+++ b/FAQ.xml
@@ -17,7 +17,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: FAQ.xml,v 1.30.26.10 2009/08/20 01:43:31 tbox Exp $ -->
+<!-- $Id: FAQ.xml,v 1.30.26.11 2009/10/06 01:45:25 tbox Exp $ -->
 
 <article class="faq">
   <title>Frequently Asked Questions about BIND 9</title>
@@ -319,8 +319,8 @@ Slave: 10.0.1.3 (internal), 10.0.1.4 (external, IP alias)
          <programlisting>
 Master 10.0.1.1:
        key "external" {
-               algorithm hmac-md5;
-               secret "xxxxxxxx";
+               algorithm hmac-sha256;
+               secret "xxxxxxxxxxxxxxxxxxxxxxxx";
        };
        view "internal" {
                match-clients { !key external; // reject message ment for the
@@ -340,8 +340,8 @@ Master 10.0.1.1:
 
 Slave 10.0.1.2:
        key "external" {
-               algorithm hmac-md5;
-               secret "xxxxxxxx";
+               algorithm hmac-sha256;
+               secret "xxxxxxxxxxxxxxxxxxxxxxxx";
        };
        view "internal" {
                match-clients { !key external; 10.0.1/24; };
@@ -429,13 +429,13 @@ named-checkzone example.com tmp</programlisting>
          <programlisting>
 Master 10.0.1.1:
        key "external" {
-               algorithm hmac-md5;
-               secret "xxxxxxxx";
+               algorithm hmac-sha256;
+               secret "xxxxxxxxxxxxxxxxxxxxxxxx";
        };
 
        key "mykey" {
-               algorithm hmac-md5;
-               secret "yyyyyyyy";
+               algorithm hmac-sha256;
+               secret "yyyyyyyyyyyyyyyyyyyyyyyy";
        };
 
        view "internal" {