[GH-ISSUE #16] Content (ie. rdata) allows white space #9

Closed
opened 2026-02-28 01:20:31 +03:00 by kerem · 1 comment
Owner

Originally created by @jpmens on GitHub (Jan 23, 2015).
Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/16

e.g.

+---------+------+-------------------------------------------------------------+
| name    | type | content                                                     |
+---------+------+-------------------------------------------------------------+
| t2.aa   | NS   | ns01.tele.aa                                                |
| t2.aa   | NS   | ns01.tele.aa                                                |
| t2.aa   | NS   | ns02.tele.aa                                                |
| t2.aa   | NS   | ns03.tele.aa                                                |
| t2.aa   | NS   | ns04.tele.aa                                                |
| t.t2.aa | TXT  | "  bla one "                                                |
| w.t2.aa | A    |   1.2.3.4                                                   |
| t2.aa   | SOA  | h.jpmens.net jp.jpmens.org 2015012213 1800 900 604800 86400 |
+---------+------+-------------------------------------------------------------+

In A and TXT records. That is one of the greatest sources of issues with, e.g. PowerAdmin and results in e.g.:

[Error] Duplicate record found in rrset: 't2.aa IN NS ns01.tele.aa'
[Warning] Parsed and original record content are not equal: w.t2.aa IN A '  1.2.3.4' (Content parsed as '1.2.3.4')
Checked 8 records of 't2.aa', 1 errors, 1 warnings.
Originally created by @jpmens on GitHub (Jan 23, 2015). Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/16 e.g. ``` +---------+------+-------------------------------------------------------------+ | name | type | content | +---------+------+-------------------------------------------------------------+ | t2.aa | NS | ns01.tele.aa | | t2.aa | NS | ns01.tele.aa | | t2.aa | NS | ns02.tele.aa | | t2.aa | NS | ns03.tele.aa | | t2.aa | NS | ns04.tele.aa | | t.t2.aa | TXT | " bla one " | | w.t2.aa | A | 1.2.3.4 | | t2.aa | SOA | h.jpmens.net jp.jpmens.org 2015012213 1800 900 604800 86400 | +---------+------+-------------------------------------------------------------+ ``` In `A` and `TXT` records. That is one of the greatest sources of issues with, e.g. PowerAdmin and results in e.g.: ``` [Error] Duplicate record found in rrset: 't2.aa IN NS ns01.tele.aa' [Warning] Parsed and original record content are not equal: w.t2.aa IN A ' 1.2.3.4' (Content parsed as '1.2.3.4') Checked 8 records of 't2.aa', 1 errors, 1 warnings. ```
kerem closed this issue 2026-02-28 01:20:31 +03:00
Author
Owner

@jpmens commented on GitHub (Jan 23, 2015):

This is due to issues with the PowerDNS API and should be fixed there. I've opened an issue at https://github.com/PowerDNS/pdns/issues/2113.

<!-- gh-comment-id:71201518 --> @jpmens commented on GitHub (Jan 23, 2015): This is due to issues with the PowerDNS API and should be fixed there. I've opened an issue at https://github.com/PowerDNS/pdns/issues/2113.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nsedit#9
No description provided.