summaryrefslogtreecommitdiffstats
path: root/install/ui
diff options
context:
space:
mode:
authorGabe <redhatrises@gmail.com>2015-09-21 06:55:17 -0600
committerJan Cholasta <jcholast@redhat.com>2015-09-22 08:00:16 +0200
commit65e958fda4aee2e08cd1f7043369710b839476c3 (patch)
tree5015577bfbe5a14033bb84559ec92cd63e3c0e74 /install/ui
parenta94f3e5be88aec378e62f8696ca928635e0569a5 (diff)
downloadfreeipa-65e958fda4aee2e08cd1f7043369710b839476c3.tar.gz
freeipa-65e958fda4aee2e08cd1f7043369710b839476c3.tar.xz
freeipa-65e958fda4aee2e08cd1f7043369710b839476c3.zip
Standardize minvalue for ipasearchrecordlimit and ipasesarchsizelimit for unlimited minvalue
https://fedorahosted.org/freeipa/ticket/4023 Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'install/ui')
-rw-r--r--install/ui/test/data/ipa_init_commands.json6
-rw-r--r--install/ui/test/data/ipa_init_objects.json6
-rw-r--r--install/ui/test/data/json_metadata.json4
3 files changed, 8 insertions, 8 deletions
diff --git a/install/ui/test/data/ipa_init_commands.json b/install/ui/test/data/ipa_init_commands.json
index 743f508e2..c7f717c35 100644
--- a/install/ui/test/data/ipa_init_commands.json
+++ b/install/ui/test/data/ipa_init_commands.json
@@ -2446,7 +2446,7 @@
"attribute": true,
"class": "Int",
"deprecated_cli_aliases": [],
- "doc": "Maximum amount of time (seconds) for a search (> 0, or -1 for unlimited)",
+ "doc": "Maximum amount of time (seconds) for a search (-1 or 0 is unlimited)",
"flags": [
"nonempty"
],
@@ -2460,7 +2460,7 @@
"attribute": true,
"class": "Int",
"deprecated_cli_aliases": [],
- "doc": "Maximum number of records to search (-1 is unlimited)",
+ "doc": "Maximum number of records to search (-1 or 0 is unlimited)",
"flags": [
"nonempty"
],
@@ -24018,4 +24018,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 c8c836926..ca98a1a22 100644
--- a/install/ui/test/data/ipa_init_objects.json
+++ b/install/ui/test/data/ipa_init_objects.json
@@ -498,7 +498,7 @@
{
"class": "Int",
"deprecated_cli_aliases": [],
- "doc": "Maximum amount of time (seconds) for a search (> 0, or -1 for unlimited)",
+ "doc": "Maximum amount of time (seconds) for a search (-1 or 0 is unlimited)",
"flags": [],
"label": "Search time limit",
"maxvalue": 2147483647,
@@ -510,7 +510,7 @@
{
"class": "Int",
"deprecated_cli_aliases": [],
- "doc": "Maximum number of records to search (-1 is unlimited)",
+ "doc": "Maximum number of records to search (-1 or 0 is unlimited)",
"flags": [],
"label": "Search size limit",
"maxvalue": 2147483647,
@@ -9158,4 +9158,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 a9e66230f..5365336fe 100644
--- a/install/ui/test/data/json_metadata.json
+++ b/install/ui/test/data/json_metadata.json
@@ -2596,7 +2596,7 @@
"cli_name": "searchtimelimit",
"cli_short_name": null,
"default": null,
- "doc": "Max. amount of time (sec.) for a search (> 0, or -1 for unlimited)",
+ "doc": "Max. amount of time (sec.) for a search (-1 or 0 is unlimited)",
"exclude": null,
"flags": [],
"hint": null,
@@ -2619,7 +2619,7 @@
"cli_name": "searchrecordslimit",
"cli_short_name": null,
"default": null,
- "doc": "Max. number of records to search (-1 is unlimited)",
+ "doc": "Max. number of records to search (-1 or 0 is unlimited)",
"exclude": null,
"flags": [],
"hint": null,