summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data
diff options
context:
space:
mode:
authorPetr Spacek <pspacek@redhat.com>2014-06-11 13:24:48 +0200
committerPetr Viktorin <pviktori@redhat.com>2014-06-12 09:57:58 +0200
commit91d3d4d7b2abf6441f8be033323d3849bbb57217 (patch)
treec2af754559bfea40654b334e47792eda6b28badb /install/ui/test/data
parent8f286d5c510c30f2319a8b0142cb68ee8e81f664 (diff)
downloadfreeipa-91d3d4d7b2abf6441f8be033323d3849bbb57217.tar.gz
freeipa-91d3d4d7b2abf6441f8be033323d3849bbb57217.tar.xz
freeipa-91d3d4d7b2abf6441f8be033323d3849bbb57217.zip
Fix --ttl description for DNS zones
TTL specified in idnsZone object class affects all records at zone apex, not only SOA record. Reviewed-By: Nathaniel McCallum <npmccallum@redhat.com>
Diffstat (limited to 'install/ui/test/data')
-rw-r--r--install/ui/test/data/ipa_init_commands.json14
-rw-r--r--install/ui/test/data/ipa_init_objects.json6
-rw-r--r--install/ui/test/data/json_metadata.json4
3 files changed, 12 insertions, 12 deletions
diff --git a/install/ui/test/data/ipa_init_commands.json b/install/ui/test/data/ipa_init_commands.json
index 4214430ce..c87665636 100644
--- a/install/ui/test/data/ipa_init_commands.json
+++ b/install/ui/test/data/ipa_init_commands.json
@@ -7866,9 +7866,9 @@
{
"attribute": true,
"class": "Int",
- "doc": "SOA record time to live",
+ "doc": "Time to live for records at zone apex",
"flags": [],
- "label": "SOA time to live",
+ "label": "Time to live",
"maxvalue": 2147483647,
"minvalue": 0,
"name": "dnsttl",
@@ -8156,9 +8156,9 @@
{
"attribute": true,
"class": "Int",
- "doc": "SOA record time to live",
+ "doc": "Time to live for records at zone apex",
"flags": [],
- "label": "SOA time to live",
+ "label": "Time to live",
"maxvalue": 2147483647,
"minvalue": 0,
"name": "dnsttl",
@@ -8438,9 +8438,9 @@
{
"attribute": true,
"class": "Int",
- "doc": "SOA record time to live",
+ "doc": "Time to live for records at zone apex",
"flags": [],
- "label": "SOA time to live",
+ "label": "Time to live",
"maxvalue": 2147483647,
"minvalue": 0,
"name": "dnsttl",
@@ -22494,4 +22494,4 @@
"methods": {},
"objects": {}
}
-} \ No newline at end of file
+}
diff --git a/install/ui/test/data/ipa_init_objects.json b/install/ui/test/data/ipa_init_objects.json
index 3c7fbd21f..8f6b25414 100644
--- a/install/ui/test/data/ipa_init_objects.json
+++ b/install/ui/test/data/ipa_init_objects.json
@@ -4116,9 +4116,9 @@
},
{
"class": "Int",
- "doc": "SOA record time to live",
+ "doc": "Time to live for records at zone apex",
"flags": [],
- "label": "SOA time to live",
+ "label": "Time to live",
"maxvalue": 2147483647,
"minvalue": 0,
"name": "dnsttl",
@@ -8906,4 +8906,4 @@
}
}
}
-} \ No newline at end of file
+}
diff --git a/install/ui/test/data/json_metadata.json b/install/ui/test/data/json_metadata.json
index 928e5eafd..a9e66230f 100644
--- a/install/ui/test/data/json_metadata.json
+++ b/install/ui/test/data/json_metadata.json
@@ -4485,12 +4485,12 @@
"cli_name": "ttl",
"cli_short_name": null,
"default": null,
- "doc": "SOA record time to live",
+ "doc": "Time to live for records at zone apex",
"exclude": null,
"flags": [],
"hint": null,
"include": null,
- "label": "SOA time to live",
+ "label": "Time to live",
"maxvalue": 2147483647,
"minvalue": null,
"multivalue": false,