From 36b8b0b251458118dcfa497d0628ec84de26ae60 Mon Sep 17 00:00:00 2001 From: James Brister Date: Wed, 24 Jan 2001 15:17:36 +0000 Subject: [PATCH] base64-ify the secrets in the test config files. --- bin/tests/named.conf | 10 +++++----- bin/tests/ndc.conf | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bin/tests/named.conf b/bin/tests/named.conf index 9d23523e44..37aeed31e2 100644 --- a/bin/tests/named.conf +++ b/bin/tests/named.conf @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.48 2001/01/11 20:04:12 gson Exp $ */ +/* $Id: named.conf,v 1.49 2001/01/24 15:17:35 brister Exp $ */ /* * This is a worthless, nonrunnable example of a named.conf file that has @@ -259,10 +259,10 @@ zone "slave.demo.zone" { forwarders { 10.45.45.45; 10.0.0.3; 1:2:3:4:5:6:7:8; }; }; -key "non-viewkey" { secret "aaa" ; algorithm "zzz" ; }; +key "non-viewkey" { secret "YWFh" ; algorithm "zzz" ; }; view "test-view" in { - key "viewkey" { algorithm "xxx" ; secret "yyy" ; }; + key "viewkey" { algorithm "xxx" ; secret "eXl5" ; }; also-notify { 10.2.2.3; }; trusted-keys { foo.com. 4 3 2 "abdefghijklmnopqrstuvwxyz"; @@ -402,12 +402,12 @@ zone "non-default-acl.demo.zone" { key sample_key { // for TSIG; supported by parser algorithm hmac-md5; // but not yet implemented in the - secret "your secret here"; // rest of the server + secret "eW91ciBzZWNyZXQgaGVyZQ=="; // rest of the server }; key key2 { algorithm hmac-md5; - secret "ereh terces rouy"; + secret "ZXJlaCB0ZXJjZXMgcm91eQ=="; }; acl key_acl { key sample_key; }; // a request signed with sample_key diff --git a/bin/tests/ndc.conf b/bin/tests/ndc.conf index f792dd4d41..2cfbd18b38 100644 --- a/bin/tests/ndc.conf +++ b/bin/tests/ndc.conf @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ndc.conf,v 1.7 2001/01/23 13:13:29 brister Exp $ */ +/* $Id: ndc.conf,v 1.8 2001/01/24 15:17:36 brister Exp $ */ options { default-server "velo.jab.fr" ; @@ -31,6 +31,6 @@ include "ndc.conf-include"; key "akey" { algorithm "algo"; - secret "sec"; + secret "c2Vj"; };