From 2e79b7616b37786e747ae16f9baadd113c9851d4 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Sat, 28 Jul 2001 12:07:40 +0000 Subject: [PATCH] regex-based per op_ndn time/size limits --- doc/man/man5/slapd.conf.5 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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 -- 2.39.5