summaryrefslogtreecommitdiffstats
path: root/install/ui
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2014-06-30 17:17:02 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-07-02 14:54:41 +0200
commitff7b44e3b09b2e94fde66f918a6d1fb6db043d80 (patch)
tree546926b0e7b7448423c292fd286fc0e970484b2d /install/ui
parent21e1e4ac3bd62c20c6331ea3dc09793e3a869c22 (diff)
downloadfreeipa-ff7b44e3b09b2e94fde66f918a6d1fb6db043d80.tar.gz
freeipa-ff7b44e3b09b2e94fde66f918a6d1fb6db043d80.tar.xz
freeipa-ff7b44e3b09b2e94fde66f918a6d1fb6db043d80.zip
Remove NSEC3PARAM record
Revert 5b95be802c6aa12b9464813441f85eaee3e3e82b Ticket: https://fedorahosted.org/freeipa/ticket/4413 Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'install/ui')
-rw-r--r--install/ui/src/freeipa/dns.js16
1 files changed, 1 insertions, 15 deletions
diff --git a/install/ui/src/freeipa/dns.js b/install/ui/src/freeipa/dns.js
index c7143ca91..c3b79a50f 100644
--- a/install/ui/src/freeipa/dns.js
+++ b/install/ui/src/freeipa/dns.js
@@ -1076,20 +1076,6 @@ IPA.dns.get_record_metadata = function() {
columns: ['ns_part_hostname']
},
{
- name: 'nsec3paramrecord',
- attributes: [
- 'nsec3param_part_algorithm',
- 'nsec3param_part_flags',
- 'nsec3param_part_iterations',
- 'nsec3param_part_salt'
- ],
- adder_attributes: [],
- columns: [
- 'nsec3param_part_algorithm', 'nsec3param_part_flags',
- 'nsec3param_part_iterations', 'nsec3param_part_salt'
- ]
- },
- {
name: 'ptrrecord',
attributes: [
'ptr_part_hostname'
@@ -1524,7 +1510,7 @@ IPA.dns_record_types = function() {
//only supported
var attrs = ['A', 'AAAA', 'A6', 'AFSDB', 'CERT', 'CNAME', 'DNAME',
'DS', 'DLV', 'KX', 'LOC', 'MX', 'NAPTR', 'NS',
- 'NSEC3PARAM', 'PTR', 'SRV', 'SSHFP', 'TLSA', 'TXT'];
+ 'PTR', 'SRV', 'SSHFP', 'TLSA', 'TXT'];
var record_types = [];
for (var i=0; i<attrs.length; i++) {
var attr = attrs[i];