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
2e79b761
Commit
2e79b761
authored
23 years ago
by
Pierangelo Masarati
Browse files
Options
Downloads
Patches
Plain Diff
regex-based per op_ndn time/size limits
parent
c78416fd
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/man/man5/slapd.conf.5
+21
-0
21 additions, 0 deletions
doc/man/man5/slapd.conf.5
with
21 additions
and
0 deletions
doc/man/man5/slapd.conf.5
+
21
−
0
View file @
2e79b761
...
...
@@ -158,6 +158,27 @@ feature. The default is 0.
Read additional configuration information from the given file before
continuing with the next line of the current file.
.TP
.B limits [dn[.{exact|regex}]=]<pattern> <limit> [<limit> [...]]
Specify time and size limits based on the distinguished name that
initiated an operation.
The argument
.BR pattern
contains the DN the limits are applied to.
It is a distinguished name in case of
.BR exact
match, or an Extended Regex pattern in case of
.BR regex
match (the default).
The
.BR limit
argument(s) take the form
.BR <name>=<value>
where the currently supported names are "size" and "time", whose values
are the maximum number of entries that are returned by a search
and the number of seconds slapd will spend answering a search request.
In case of no match, the global limits are used.
This feature is currently exploited by the ldbm backend only.
.TP
.B loglevel <integer>
Specify the level at which debugging statements and operation
statistics should be syslogged (currently logged to the
...
...
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