mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
DNSSEC: WebUI add DLV record type
Ticket: https://fedorahosted.org/freeipa/ticket/4328 Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
This commit is contained in:
parent
2229e89bbb
commit
0eef37908c
@ -861,6 +861,20 @@ IPA.dns.get_record_metadata = function() {
|
|||||||
columns: ['ds_part_key_tag', 'ds_part_algorithm',
|
columns: ['ds_part_key_tag', 'ds_part_algorithm',
|
||||||
'ds_part_digest_type']
|
'ds_part_digest_type']
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'dlvrecord',
|
||||||
|
attributes: [
|
||||||
|
'dlv_part_key_tag',
|
||||||
|
'dlv_part_algorithm',
|
||||||
|
'dlv_part_digest_type',
|
||||||
|
{
|
||||||
|
name: 'dlv_part_digest',
|
||||||
|
$type: 'textarea'
|
||||||
|
}
|
||||||
|
],
|
||||||
|
columns: ['dlv_part_key_tag', 'dlv_part_algorithm',
|
||||||
|
'dlv_part_digest_type']
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'kxrecord',
|
name: 'kxrecord',
|
||||||
attributes: [
|
attributes: [
|
||||||
@ -1365,7 +1379,7 @@ IPA.dns_record_types = function() {
|
|||||||
|
|
||||||
//only supported
|
//only supported
|
||||||
var attrs = ['A', 'AAAA', 'A6', 'AFSDB', 'CERT', 'CNAME', 'DNAME',
|
var attrs = ['A', 'AAAA', 'A6', 'AFSDB', 'CERT', 'CNAME', 'DNAME',
|
||||||
'DS', 'KX', 'LOC', 'MX', 'NAPTR', 'NS',
|
'DS', 'DLV', 'KX', 'LOC', 'MX', 'NAPTR', 'NS',
|
||||||
'NSEC3PARAM', 'PTR', 'SRV', 'SSHFP', 'TXT'];
|
'NSEC3PARAM', 'PTR', 'SRV', 'SSHFP', 'TXT'];
|
||||||
var record_types = [];
|
var record_types = [];
|
||||||
for (var i=0; i<attrs.length; i++) {
|
for (var i=0; i<attrs.length; i++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user