3701. [func] named-checkconf can now suppress the printing of

shared secrets by specifying '-x'. [RT #34465]

(cherry picked from commit ff6de396a9)
This commit is contained in:
Mark Andrews
2014-01-10 16:56:36 +11:00
parent de6f4dbceb
commit 81a8977eeb
10 changed files with 109 additions and 4 deletions

View File

@@ -104,3 +104,7 @@ view "second" {
dnssec-validation auto;
zone-statistics full;
};
key "mykey" {
algorithm "hmac-md5";
secret "qwertyuiopasdfgh";
};