#945 Get list of DNS Record types from the server
Closed: Fixed None Opened 13 years ago by admiyo.

Currently the record types are coded into policy.js. They should be based on the set of supported record types in the IPA dns plugin and added to the meta data.


Right thing to do. Will set minor for now. Suggest defer to 2.1

Meant this to be a 2.1 one issue, as it is only going to impact maintainability and not functionality

One option is to get the default attribtutes for the dnsrecord and match those that end with record. Here is the list:
"arecord","aaaarecord","a6record",
"afsdbrecord", "aplrecord", "certrecord", "cnamerecord", "dhcidrecord", "dlvrecord", "dnamerecord", "dnskeyrecord", "dsrecord", "hiprecord", "ipseckeyrecord", "keyrecord", "kxrecord", "locrecord", "mxrecord", "naptrrecord", "nsrecord","nsecrecord","nsec3record", "nsec3paramrecord", "ptrrecord", "rrsigrecord", "rprecord", "sigrecord", "spfrecord", "srvrecord", "sshfprecord", "tarecord", "tkeyrecord","tsigrecord", "txtrecord", "idnsname"

However, that has several record types that we might want to deprecate, such as a6.

Metadata Update from @admiyo:
- Issue assigned to admiyo
- Issue set to the milestone: FreeIPA 2.1 - 2011/07

7 years ago

Login to comment on this ticket.

Metadata