From 8ad295a554a63f6b9101b080554fffa7f6f25c0a Mon Sep 17 00:00:00 2001 From: Petr Voborník Date: Thu, 9 Feb 2012 11:10:27 +0100 Subject: 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 --- install/ui/test/data/ipa_init.json | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'install/ui/test') diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index b755c462..740307f7 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", -- cgit