Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christopher Ng
OpenLDAP
Commits
8473f6e7
Commit
8473f6e7
authored
22 years ago
by
Pierangelo Masarati
Browse files
Options
Downloads
Patches
Plain Diff
set keyword to noEstimate and document it
parent
415a8d32
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/man/man5/slapd.conf.5
+11
-0
11 additions, 0 deletions
doc/man/man5/slapd.conf.5
servers/slapd/limits.c
+1
-1
1 addition, 1 deletion
servers/slapd/limits.c
with
12 additions
and
1 deletion
doc/man/man5/slapd.conf.5
+
11
−
0
View file @
8473f6e7
...
...
@@ -345,6 +345,17 @@ and
.BR timelimit ;
no limit is set on
.BR unchecked .
If
.B pagedResults
control is defined, additional size limits may be enforced; the syntax is
.BR size.pr={<integer>|noEstimate} ,
where
.BR integer
is the max page size if no explicit limit is set; the keyword
.BR noEstimate
inhibits the server to return an estimate of the total number
of entries that will be returned.
.RE
.\".TP
.\".B logfile <filename>
...
...
This diff is collapsed.
Click to expand it.
servers/slapd/limits.c
+
1
−
1
View file @
8473f6e7
...
...
@@ -570,7 +570,7 @@ parse_limit(
return
(
1
);
}
arg
++
;
if
(
strcasecmp
(
arg
,
"noE
ntriesLeft
"
)
==
0
)
{
if
(
strcasecmp
(
arg
,
"noE
stimate
"
)
==
0
)
{
limit
->
lms_s_pr_hide
=
1
;
}
else
{
char
*
next
=
NULL
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment