#4934 DNS records: DNS plugin and schema mismatch
Closed: Fixed None Opened 9 years ago by mbasti.

Missing record types in dns.py plugin (attributes defined in schema):

HINFO
MINFO
NXT
MD

Record types defined in dns.py but missing in schema (fortunately marked as unsupported)

APL
HIP
RP
SPFR
TA
TKEY
TSIG

At least we should implement records defined in schema. The missing types can be added with unsupported flag (IPA CLI will just show those records).


When we are at it, we should add URI record to the schema na DNS plugin too. It will be handy for Kerberos deployment.

More over, we should cross-check list of assigned RRtypes
http://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml
with IPA implementation. This would be nice as a unit test.

There is not enough time left in 4.2 development to do this, we have to move it to next release.

Meta-RRs should not be exposed in API or in the LDAP schema:

master:

  • 5ea41ab DNS: Consolidate DNS RR types in API and schema

ipa-4-2:

  • bb64985 DNS: Consolidate DNS RR types in API and schema

Metadata Update from @mbasti:
- Issue assigned to mbasti
- Issue set to the milestone: FreeIPA 4.2.1

7 years ago

Login to comment on this ticket.

Metadata