To use this kind of record, add the dnsdomain2 schema to the
configuration of the LDAP server.
-**CAUTION:** ``ldap-method=strict`` can not be used if zone transfers
+**CAUTION:** ``ldap-method=strict`` cannot be used if zone transfers
(AXFR) are needed to other name servers. Distributing zones can only be
done directly via LDAP replication in this case, because for a full zone
transfer the reverse records are missing.
If resolution fails, and the previous security-status was 1, the new security-status becomes 0 ('no data').
If the security-status was higher than 1, it will remain that way, and not get set to 0.
-In this way, security-status of 0 really means 'no data', and can not mask a known problem.
+In this way, security-status of 0 really means 'no data', and cannot mask a known problem.
Distributions
~~~~~~~~~~~~~
* PRESIGNED
* TSIG-ALLOW-AXFR
-The option SOA-EDIT-API can not be written or read via the HTTP API metadata endpoint.
+The option SOA-EDIT-API cannot be written or read via the HTTP API metadata endpoint.
.. _metadata-allow-axfr-from:
This is most likely an ``apt-get`` or ``yum install`` away, see the
`Recursor documentation <https://doc.powerdns.com/recursor/getting-started.html#installation>`__ for more information.
-It might be possible that the Recursor can not start as the listen
+It might be possible that the Recursor cannot start as the listen
address is in use by the Authoritative Server, this is fine for now.
Now configure the listen addresses and ACL for the Recursor to be the
`Recursor's Install Guide <https://doc.powerdns.com/recursor/getting-started.html#installation>`__ for more
information.
-It might be possible that the Recursor can not start as the listen
+It might be possible that the Recursor cannot start as the listen
address is in use by the Authoritative Server, this is fine for now.
Configure the recursor to listen on the local loopback interface on a
no-ipv6.example.org IN HTTPS 1 . ipv4hint=auto ipv6hint=auto
no-ipv6.example.org IN A 192.0.2.2
-Here, no AAAA record exists for www.example.org, so PowerDNS can not put any data in the ipv6hint.
+Here, no AAAA record exists for www.example.org, so PowerDNS cannot put any data in the ipv6hint.
In this case, the ipv6hint parameter is dropped when answering the query (and on AXFR)::
;; QUESTION SECTION:
LUA records are synthesized on query. They can also be transferred via AXFR
to other PowerDNS servers.
-LUA records themselves can not be queried however, as this would allow third parties to see load balancing internals
+LUA records themselves cannot be queried however, as this would allow third parties to see load balancing internals
they do not need to see.
A non-supporting DNS server will also serve a zone with LUA records, but
ENT records. A 'pdnsutil rectify-zone' may be required.
PowerDNS itself is currently only able to retrieve updates via IXFR. It
-can not serve IXFR updates.
+cannot serve IXFR updates.
.. _supermaster-operation:
.. _autoprimary-operation:
during outgoing AXFR. Note that if your slaves do not support ALIAS,
they will return NODATA for A/AAAA queries for such names.
-If the ALIAS target can not be resolved during AXFR the AXFR will fail.
+If the ALIAS target cannot be resolved during AXFR the AXFR will fail.
To allow outgoing AXFR also if the ALIAS targets are broken set this
setting to `ignore-errors`.
Be warned, this will lead to inconsistent zones between Primary and
:tags: Bug Fixes
:pullreq: 5209
- Ensure locks can not be copied.
+ Ensure locks cannot be copied.
.. change::
:tags: Improvements, RPZ
'default' : 'false',
'help' : 'Disable packetcache',
'doc' : '''
-Turn off the packet cache. Useful when running with Lua scripts that can not be cached, though individual query caching can be controlled from Lua as well.
+Turn off the packet cache. Useful when running with Lua scripts that cannot be cached, though individual query caching can be controlled from Lua as well.
''',
},
{