summaryrefslogtreecommitdiffstats
path: root/install/ui/dns.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/dns.js')
-rw-r--r--install/ui/dns.js13
1 files changed, 12 insertions, 1 deletions
diff --git a/install/ui/dns.js b/install/ui/dns.js
index 512d2cc23..546835860 100644
--- a/install/ui/dns.js
+++ b/install/ui/dns.js
@@ -43,10 +43,21 @@ IPA.dns.config_entity = function(spec) {
label: IPA.messages.objects.dnsconfig.options,
fields: [
{
+ type: 'checkbox',
+ name: 'idnsallowsyncptr'
+ },
+ {
type: 'multivalued',
name: 'idnsforwarders',
validators: [IPA.ip_address_validator()]
- }
+ },
+ {
+ type: 'checkboxes',
+ name: 'idnsforwardpolicy',
+ mutex: true,
+ options: IPA.create_options(['only', 'first'])
+ },
+ 'idnszonerefresh'
]
}
],