From 65e958fda4aee2e08cd1f7043369710b839476c3 Mon Sep 17 00:00:00 2001 From: Gabe Date: Mon, 21 Sep 2015 06:55:17 -0600 Subject: Standardize minvalue for ipasearchrecordlimit and ipasesarchsizelimit for unlimited minvalue https://fedorahosted.org/freeipa/ticket/4023 Reviewed-By: Jan Cholasta --- install/ui/test/data/ipa_init_commands.json | 6 +++--- install/ui/test/data/ipa_init_objects.json | 6 +++--- install/ui/test/data/json_metadata.json | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'install/ui') 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, -- cgit