mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
ITS#8159 - Add missing "hard" parameter to size.prtotal
This commit is contained in:
parent
4c74bd0a41
commit
e749750a8f
2 changed files with 4 additions and 4 deletions
|
|
@ -1600,12 +1600,12 @@ The keyword
|
|||
.I unlimited
|
||||
indicates that no limit is applied to the pagedResults control page size.
|
||||
The syntax
|
||||
.B size.prtotal={<integer>|unlimited|disabled}
|
||||
.B size.prtotal={<integer>|hard|unlimited|disabled}
|
||||
allows one to set a limit on the total number of entries that the pagedResults
|
||||
control will return.
|
||||
By default it is set to the
|
||||
.B hard
|
||||
limit.
|
||||
limit which will use the size.hard value.
|
||||
When set,
|
||||
.I integer
|
||||
is the max number of entries that the whole search with pagedResults control
|
||||
|
|
|
|||
|
|
@ -1531,12 +1531,12 @@ The keyword
|
|||
.I unlimited
|
||||
indicates that no limit is applied to the pagedResults control page size.
|
||||
The syntax
|
||||
.B size.prtotal={<integer>|unlimited|disabled}
|
||||
.B size.prtotal={<integer>|hard|unlimited|disabled}
|
||||
allows one to set a limit on the total number of entries that the pagedResults
|
||||
control will return.
|
||||
By default it is set to the
|
||||
.B hard
|
||||
limit.
|
||||
limit which will use the size.hard value.
|
||||
When set,
|
||||
.I integer
|
||||
is the max number of entries that the whole search with pagedResults control
|
||||
|
|
|
|||
Loading…
Reference in a new issue