#81 Unknown configuration options are silently ignored
Closed: Fixed None Opened 11 years ago by pspacek.

The plugin ignores unknown configration options in /etc/named.conf. It should print warning at least.

A fatal failure is probably a better option. BIND produces a lot of information during startup and warnings can be simply overlooked.

Example:

dynamic-db "ipa" {
         library "ldap.so";
         arg "nonexistent_option TRUE";
};

Will prevent misconfigurations caused by some typos ("serial_autoincrement" vs. "serial_increment" and so on).

Metadata Update from @pspacek:
- Issue assigned to pspacek
- Issue set to the milestone: Fedora 19

7 years ago

Login to comment on this ticket.

Metadata