From c5bfeb1ed0fc8a31fcfea475cccc98da37f7c17e Mon Sep 17 00:00:00 2001 From: Ana Krivokapic Date: Thu, 9 May 2013 18:47:12 +0200 Subject: Prompt for nameserver IP address in dnszone-add Prompt for nameserver IP address in interactive mode of dnszone-add. Add a corresponding field to dnszone creation dialog in the web UI. This parameter is required if and only if: * New zone is a forward zone * Nameserver is defined inside the new zone Add a new unit test to cover this functionality. https://fedorahosted.org/freeipa/ticket/3603 --- install/ui/test/data/ipa_init_commands.json | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'install/ui/test/data') diff --git a/install/ui/test/data/ipa_init_commands.json b/install/ui/test/data/ipa_init_commands.json index a7e00ba55..b66ae4dd1 100644 --- a/install/ui/test/data/ipa_init_commands.json +++ b/install/ui/test/data/ipa_init_commands.json @@ -7651,6 +7651,17 @@ "required": true, "type": "unicode" }, + { + "attribute": true, + "class": "Str", + "doc": "Add forward record for nameserver located in the created zone", + "flags": [], + "label": "Nameserver IP address", + "name": "ip_address", + "noextrawhitespace": true, + "required": true, + "type": "unicode" + }, { "attribute": true, "class": "Str", -- cgit