From: HÃ¥kan Lindqvist Date: Mon, 14 Nov 2016 12:24:13 +0000 (+0100) Subject: Clarify pdnsutil activate-tsig-key description X-Git-Tag: dnsdist-1.1.0-beta2~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad7568d52bdd29eb708e16176f8b410f0e07b891;p=thirdparty%2Fpdns.git Clarify pdnsutil activate-tsig-key description This clarifies the description of pdnsutil {de,}activate-tsig-key. The command enables TSIG authenticated AXFR for a given zone + key, which was not clear from the previous description. --- diff --git a/docs/manpages/pdnsutil.1.md b/docs/manpages/pdnsutil.1.md index 535d1fb17d..bcab63c37a 100644 --- a/docs/manpages/pdnsutil.1.md +++ b/docs/manpages/pdnsutil.1.md @@ -133,10 +133,12 @@ require an *ALGORITHM*, the following are available: * hmac-sha512 activate-tsig-key *ZONE* *NAME* {**master**,**slave**} -: Enable TSIG key *NAME* for zone *ZONE*. +: Enable TSIG authenticated AXFR using the key *NAME* for zone *ZONE*. + This sets the `TSIG-ALLOW-AXFR` (master) or `AXFR-MASTER-TSIG` (slave) + zone metadata. deactivate-tsig-key *ZONE* *NAME* {**master**,**slave**} -: Disable TSIG key *NAME* for zone *ZONE*. +: Disable TSIG authenticated AXFR using the key *NAME* for zone *ZONE*. delete-tsig-key *NAME* : Delete the TSIG key *NAME*. Warning, this does not deactivate said key. diff --git a/pdns/pdnsutil.cc b/pdns/pdnsutil.cc index 5c924b3bef..a9b18e07bf 100644 --- a/pdns/pdnsutil.cc +++ b/pdns/pdnsutil.cc @@ -1935,7 +1935,7 @@ try cout<<"Usage: \npdnsutil [options] [params ..]\n"<