Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
orbea -
OpenLDAP
Commits
e749750a
Commit
e749750a
authored
Sep 01, 2020
by
Quanah Gibson-Mount
Browse files
ITS
#8159
- Add missing "hard" parameter to size.prtotal
parent
4c74bd0a
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/man/man5/slapd-config.5
View file @
e749750a
...
...
@@ -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
...
...
doc/man/man5/slapd.conf.5
View file @
e749750a
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment