From b9e442d7deb0adb9ac0db9622c0553bd95dcbadf Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Thu, 31 Oct 2002 11:26:19 +0000 Subject: [PATCH] clarify how to specify no limits --- doc/man/man5/slapd.conf.5 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index 62998f7421..21997427a7 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -717,6 +717,11 @@ e.g. ldapi:// (and eventually IPSEC). It is not normally used. .B sizelimit size[.{soft|hard|unchecked}]= [...] Specify the maximum number of entries to return from a search operation. The default size limit is 500. +Use +.B -1 +or +.B unlimited +to specify no limits. The second format allows a fine grain setting of the size limits. Extra args can be added on the same line. See @@ -746,6 +751,11 @@ The default is 32. Specify the maximum number of seconds (in real time) .B slapd will spend answering a search request. The default time limit is 3600. +Use +.B -1 +or +.B unlimited +to specify no limits. The second format allows a fine grain setting of the time limits. Extra args can be added on the same line. See -- 2.39.5