summaryrefslogtreecommitdiffstats
path: root/install/ui/test
diff options
context:
space:
mode:
authorPetr Voborník <pvoborni@redhat.com>2012-02-09 11:10:27 +0100
committerPetr Voborník <pvoborni@redhat.com>2012-02-15 09:23:26 +0100
commit8ad295a554a63f6b9101b080554fffa7f6f25c0a (patch)
treee58aba1bb7b0c499d0a3322de635a81290e74115 /install/ui/test
parenteb87b8c31931e682cbb927896d1d60a0266e1263 (diff)
downloadfreeipa-8ad295a554a63f6b9101b080554fffa7f6f25c0a.tar.gz
freeipa-8ad295a554a63f6b9101b080554fffa7f6f25c0a.tar.xz
freeipa-8ad295a554a63f6b9101b080554fffa7f6f25c0a.zip
Redirection to PTR records from A,AAAA records
Address column in A, AAAA DNS records was exented of redirection capabilities. Redirection dialog is shown after a click on a value. Dialog does following steps: 1) fetch all dns zones 2) find most accurate reverse zone for IP address 2 -fail) show error message, stop 3) checks if target record exists in the zone 3 -fail) show 'dns record create link', stop 4) redirects Click on 'dns record create link': 1) creates record 1 -fail) show error, stop 2) redirects https://fedorahosted.org/freeipa/ticket/1975
Diffstat (limited to 'install/ui/test')
-rw-r--r--install/ui/test/data/ipa_init.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json
index b755c4628..740307f7a 100644
--- a/install/ui/test/data/ipa_init.json
+++ b/install/ui/test/data/ipa_init.json
@@ -186,6 +186,17 @@
"data": "Data",
"deleted_no_data": "DNS record was deleted because it contained no data.",
"other": "Other Record Types",
+ "ptr_redir_address_err": "Address not valid, can't redirect",
+ "ptr_redir_create": "Create dns record",
+ "ptr_redir_creating": "Creating record.",
+ "ptr_redir_creating_err": "Record creation failed.",
+ "ptr_redir_record": "Checking if record exists.",
+ "ptr_redir_record_err": "Record not found.",
+ "ptr_redir_title": "Redirection to PTR record",
+ "ptr_redir_zone": "Zone found: ${zone}",
+ "ptr_redir_zone_err": "Target reverse zone not found.",
+ "ptr_redir_zones": "Fetching DNS zones.",
+ "ptr_redir_zones_err": "An error occurd while fetching dns zones.",
"redirection_dnszone": "You will be redirected to DNS Zone.",
"standard": "Standard Record Types",
"title": "Records for DNS Zone",