From c7f6d3bd3605c1bf8103b8c22bdfab4a2a28718b Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 15 Apr 2004 22:46:11 +0000 Subject: [PATCH] more limit fixes --- doc/man/man5/slapd.conf.5 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index e642a476f5..380bb9999f 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -1132,19 +1132,17 @@ of entries to be returned. However, the size limit applies to the total count of entries returned within the search, and not to a single page. Additional size limits may be enforced; the syntax is -.BR size.pr={|noEstimate|disabled|none} , +.BR size.pr={|noEstimate|none} , where .B integer is the max page size if no explicit limit is set; the keyword .I noEstimate inhibits the server to return an estimate of the total number of entries that will be returned; the keyword -.I disabled -disables the control, i.e. no paged results can be returned; the keyword .I none indicates that no limit is applied to the pagedResults control page size. The syntax -.B size.prtotal={|none} +.B size.prtotal={|none|disabled} allows to set a limit on the total number of entries that a pagedResults control allows to return. By default it is set to the @@ -1158,7 +1156,9 @@ Use .B none to allow unlimited number of entries to be returned, i.e. to use pagedResults as a means to allow clients to circumvent size limitations -on regular searches. +on regular searches; the keyword +.I disabled +disables the control, i.e. no paged results can be returned. Note that the total number of entries returned when the pagedResults control is requested cannot exceed the .B hard -- 2.39.5