From 8e8ad513a73f8f08e2cfac1914ee0950b66f7866 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 19 Jul 2011 11:11:36 -0500 Subject: Creating reverse zones from IP address. A custom adder dialog has been added for DNS zones to simplify creating reverse zones from IP address. The dialog provides a checkbox which indicates whether the content of the zone name field is an IP address. The IP address will be used to generate the reverse zone name and email address. Ticket #1045 --- install/ui/test/data/ipa_init.json | 55 +++++++++++++++++++++++++++----------- 1 file changed, 40 insertions(+), 15 deletions(-) (limited to 'install/ui/test') diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index 6277e39c..7d9d234e 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -2549,7 +2549,7 @@ "cli_name": "ipaentitlementid", "cli_short_name": null, "default": null, - "doc": "Enrollment UUID", + "doc": "Enrollment UUID (not implemented)", "exclude": null, "flags": [ "no_update", @@ -10345,6 +10345,33 @@ "required": true, "type": "unicode" }, + { + "alwaysask": false, + "attribute": false, + "autofill": false, + "class": "Str", + "cli_name": "name_from_ip", + "cli_short_name": null, + "default": null, + "doc": "IP network to create reverse zone name from", + "exclude": null, + "flags": [], + "hint": null, + "include": null, + "label": "Reverse zone IP network", + "length": null, + "maxlength": null, + "minlength": null, + "multivalue": false, + "name": "name_from_ip", + "noextrawhitespace": true, + "pattern": null, + "pattern_errmsg": null, + "primary_key": false, + "query": false, + "required": false, + "type": "unicode" + }, { "alwaysask": false, "attribute": false, @@ -11047,12 +11074,12 @@ { "alwaysask": false, "attribute": false, - "autofill": false, + "autofill": true, "class": "StrEnum", "cli_name": "type", "cli_short_name": null, - "default": null, - "doc": "Rule type (allow or deny)", + "default": "allow", + "doc": "Rule type (allow)", "exclude": null, "flags": [], "hint": null, @@ -14456,12 +14483,12 @@ "cli_name": "runasusercat", "cli_short_name": null, "default": null, - "doc": "Run As User category the rule applies to", + "doc": "RunAs User category the rule applies to", "exclude": null, "flags": [], "hint": null, "include": null, - "label": "Run As User category", + "label": "RunAs User category", "multivalue": false, "name": "ipasudorunasusercategory", "primary_key": false, @@ -14480,12 +14507,12 @@ "cli_name": "runasgroupcat", "cli_short_name": null, "default": null, - "doc": "Run As Group category the rule applies to", + "doc": "RunAs Group category the rule applies to", "exclude": null, "flags": [], "hint": null, "include": null, - "label": "Run As Group category", + "label": "RunAs Group category", "multivalue": false, "name": "ipasudorunasgroupcategory", "primary_key": false, @@ -14752,7 +14779,7 @@ "cli_name": "ipasudorunas_user", "cli_short_name": null, "default": null, - "doc": "Run As User", + "doc": "RunAs User", "exclude": null, "flags": [ "no_update", @@ -14761,7 +14788,7 @@ ], "hint": null, "include": null, - "label": "Run As User", + "label": "RunAs User", "length": null, "maxlength": null, "minlength": null, @@ -14783,7 +14810,7 @@ "cli_name": "ipasudorunas_group", "cli_short_name": null, "default": null, - "doc": "Run As Group", + "doc": "RunAs Group", "exclude": null, "flags": [ "no_update", @@ -14792,7 +14819,7 @@ ], "hint": null, "include": null, - "label": "Run As Group", + "label": "RunAs Group", "length": null, "maxlength": null, "minlength": null, @@ -16167,9 +16194,7 @@ "memberof_group": [ "admins" ], - "nsaccountlock": [ - "False" - ], + "nsaccountlock": false, "objectclass": [ "top", "person", -- cgit