]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
docs: clarify that rectify is done during AXFR (not only incoming)
authorPeter Thomassen <peter@desec.io>
Fri, 16 Sep 2016 17:51:20 +0000 (14:51 -0300)
committerPeter Thomassen <peter@desec.io>
Fri, 16 Sep 2016 17:51:20 +0000 (14:51 -0300)
docs/markdown/authoritative/backend-generic-sql.md
docs/markdown/authoritative/dnssec.md

index ed401d46c95e9f4576b00684b5d474c460eb99a4..b2454e26ee555321b8bcc2d6621a6aa19d4f7161 100644 (file)
@@ -110,7 +110,7 @@ To enable DNSSEC processing, the `backend-dnssec` option must be set to 'yes'.
 
 ## Rules for filling out DNSSEC fields
 Two additional fields in the 'records' table are important: 'auth' and 'ordername'.
-These fields are set correctly on an incoming zone transfer, and also by running
+These fields are set correctly on a zone transfer, and also by running
 `pdnsutil rectify-zone`.
 
 The 'auth' field should be set to '1' for data for which the zone itself is
@@ -137,7 +137,7 @@ encoded representation of the salted & iterated hash of the full record name.
 
 In addition, PowerDNS fully supports empty non-terminals. If you have a zone
 example.com, and a host a.b.c.example.com in it, rectify-zone (and the AXFR
-client code) will insert b.c.example.com and c.example.com in the records table
+code) will insert b.c.example.com and c.example.com in the records table
 with type NULL (SQL NULL, not 'NULL'). Having these entries provides several benefits.
 We no longer reply NXDOMAIN for these shorter names (this was an RFC violation
 but not one that caused trouble). But more importantly, to do NSEC3 correctly,
index f67324cc575ce11915a6500362fc0165c075067b..10b5e74531e177e56d3755f60424101994393053 100644 (file)
@@ -218,7 +218,7 @@ In this way, if keying material is available for an unsigned zone that is
 retrieved from a master server, this keying material will be used when serving
 data from this zone.
 
-As part of the zone retrieval, the equivalent of `pdnsutil rectify-zone` is run
+As part of the zone transfer, the equivalent of `pdnsutil rectify-zone` is run
 to make sure that all DNSSEC-related fields are set correctly.
 
 Signatures and Hashing is similar as described [above](#online-signing)