-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
What steps will reproduce the problem?
1. Create an A Record with some name
2. Create an CNAME Record with the same name
3. Record gets created successfully and this breaks AXFR requests from Bind to
PDNS
What is the expected output? What do you see instead?
An Error message telling a record with this name already exists with a
different type
This affects multiple different record types which are not allowed in
combination, this can be a really big issue if not detected in time (this will
break the complete zone if there is a bind slave). Unfortunately only a few
interfaces for pdns support checks for this, so this would be a really great
feature/fix.
Original issue reported on code.google.com by phpb...@googlemail.com on 27 Nov 2012 at 8:25