From: Pierangelo Masarati Date: Sat, 28 Jul 2001 12:07:40 +0000 (+0000) Subject: regex-based per op_ndn time/size limits X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1192 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2e79b7616b37786e747ae16f9baadd113c9851d4;p=openldap regex-based per op_ndn time/size limits --- diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index 754a5b6627..e6797abc35 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -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}]=] [ [...]] +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 = +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 Specify the level at which debugging statements and operation statistics should be syslogged (currently logged to the