Skip to content
Snippets Groups Projects
Commit 2e79b761 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

regex-based per op_ndn time/size limits

parent c78416fd
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment