[Pdns-users] default-api-rectify not working

Sean Lair slair at ippathways.com
Fri May 22 22:32:38 UTC 2020


Hi all, we are using PowerDNS Admin (https://github.com/ngoduykhanh/PowerDNS-Admin ) to update zones and are using DNSSEC.  However, every time we edit a zone, we have to do a "pdnsutil rectify-zone" or else we get serv_fail when doing lookups with DNSSEC.

Since PowerDNS Admin is configured to use the PowerDNS API, the zones should be auto-rectifying...  We are running PDNS 4.2.0 where default-api-rectify=yes and I have verified that is not being overridden by any domain metadata entries.  Please see the output at the end of this email.

What am I missing on this?

Thanks!!
Sean

[root at ns1 ~]# pdns_server --version
May 22 22:24:01 PowerDNS Authoritative Server 4.2.0 (C) 2001-2019 PowerDNS.COM BV

[root at ns1 ~]# pdns_control current-config | grep default-api-rectify
# default-api-rectify   Default API-RECTIFY value for zones
default-api-rectify=yes

MariaDB [powerdns]> select * from domains where domains.name = 'xxxxxxxxxx.com';
+----+----------------+--------+------------+--------+-----------------+---------+
| id | name           | master | last_check | type   | notified_serial | account |
+----+----------------+--------+------------+--------+-----------------+---------+
| 47 | xxxxxxxxxx.com | NULL   |       NULL | NATIVE |            NULL | ippcorp |
+----+----------------+--------+------------+--------+-----------------+---------+
1 row in set (0.00 sec)

MariaDB [powerdns]> select * from domainmetadata where id=47;
Empty set (0.00 sec)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.powerdns.com/pipermail/pdns-users/attachments/20200522/7171bbb2/attachment.htm>


More information about the Pdns-users mailing list