Report information
The Basics
Id:
44531
Status:
resolved
Priority:
Medium/Medium
Queue:

People
BugTracker
Version Fixed:
9.9.10, 9.10.5, 9.11.1, 9.12.0
Version Found:
(no value)
Versions Affected:
(no value)
Versions Planned:
(no value)
Priority:
(no value)
Severity:
(no value)
CVSS Score:
(no value)
CVE ID:
(no value)
Component:
(no value)
Area:
bug

Dates
Created:Wed, 25 Jan 2017 14:36:16 -0500
Updated:Thu, 03 Aug 2017 22:28:03 -0400
Closed:Sat, 04 Feb 2017 03:46:15 -0500



This bug tracker is no longer active.

Please go to our Gitlab to submit issues (both feature requests and bug reports) for active projects maintained by Internet Systems Consortium (ISC).

Due to security and confidentiality requirements, full access is limited to the primary maintainers.

Subject: named doesn't fall back to built-in keys if bind.keys is empty
If bind.keys is missing, named falls back to using built-in keys for dnssec-validation (and currently lookaside) auto. However, if bind.keys exists but is empty, then named doesn't fall back; it just treats it as an empty trust anchor configuration and runs without validating. It should detect the absence of the key it wanted and either fall back to built-in, or log an error and exit.