]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorAndreas Gustafsson <source@isc.org>
Tue, 11 Jul 2000 19:36:05 +0000 (19:36 +0000)
committerAndreas Gustafsson <source@isc.org>
Tue, 11 Jul 2000 19:36:05 +0000 (19:36 +0000)
use base64 for secret in sample config

bin/rndc/rndc.conf

index a443745d57ea06baca1279be17aedce31c856ec0..ff3fb0afa906eddbdac531b57122831cddd973ee 100644 (file)
  * SOFTWARE.
  */
 
-/* $Id: rndc.conf,v 1.3 2000/06/22 21:50:02 tale Exp $ */
+/* $Id: rndc.conf,v 1.3.2.1 2000/07/11 19:36:05 gson Exp $ */
+
+/*
+ * Sample rndc configuration file.
+ */
 
 options {
         default-server  localhost;
@@ -28,5 +32,5 @@ server localhost {
 
 key "key" {
         algorithm       hmac-md5;
-        secret          "strong enough for a man, but made for a woman";
+        secret "c3Ryb25nIGVub3VnaCBmb3IgYSBtYW4gYnV0IG1hZGUgZm9yIGEgd29tYW4K";
 };