mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Update config doc to reflect that 0 is not allowed for search time limit.
Fix #837
This commit is contained in:
parent
ab7e702487
commit
acc437c5fe
@ -42,7 +42,7 @@ User management options:
|
|||||||
Search tuning options. These impact how much data is searched through and
|
Search tuning options. These impact how much data is searched through and
|
||||||
how many records may be returned on a given search.
|
how many records may be returned on a given search.
|
||||||
|
|
||||||
--searchtimelimit=INT Max. amount of time (sec.) for a search (-1 is
|
--searchtimelimit=INT Max. amount of time (sec.) for a search (> 0, or -1 for
|
||||||
unlimited)
|
unlimited)
|
||||||
--searchrecordslimit=INT Max. number of records to search (-1 is unlimited)
|
--searchrecordslimit=INT Max. number of records to search (-1 is unlimited)
|
||||||
|
|
||||||
@ -119,7 +119,7 @@ class config(LDAPObject):
|
|||||||
Int('ipasearchtimelimit?', validate_searchtimelimit,
|
Int('ipasearchtimelimit?', validate_searchtimelimit,
|
||||||
cli_name='searchtimelimit',
|
cli_name='searchtimelimit',
|
||||||
label=_('Search time limit'),
|
label=_('Search time limit'),
|
||||||
doc=_('Max. amount of time (sec.) for a search (-1 is unlimited)'),
|
doc=_('Max. amount of time (sec.) for a search (> 0, or -1 for unlimited)'),
|
||||||
minvalue=-1,
|
minvalue=-1,
|
||||||
),
|
),
|
||||||
Int('ipasearchrecordslimit?',
|
Int('ipasearchrecordslimit?',
|
||||||
|
Loading…
Reference in New Issue
Block a user