From: Quanah Gibson-Mount Date: Tue, 11 Jan 2011 20:40:41 +0000 (+0000) Subject: More for ITS#6664 X-Git-Tag: OPENLDAP_REL_ENG_2_4_24~79 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e42a40c5324de30283c93301e390be93de87a17a;p=openldap More for ITS#6664 --- diff --git a/doc/man/man5/slapd-meta.5 b/doc/man/man5/slapd-meta.5 index ed41bb4718..e9ee1f7595 100644 --- a/doc/man/man5/slapd-meta.5 +++ b/doc/man/man5/slapd-meta.5 @@ -314,12 +314,19 @@ overridden by any per-target directive. .TP .B client\-pr {accept-unsolicited|DISABLE|} This feature allows to use RFC 2696 Paged Results control when performing -search operations with a specific target. +search operations with a specific target, +irrespective of the client's request. When set to a numeric value, Paged Results control is always used with \fIsize\fP as the page size. When set to \fIaccept-unsolicited\fP, unsolicited Paged Results -control responses are accepted and honored. -By default, Paged Results control is not used and responses are not accepted. +control responses are accepted and honored +for compatibility with broken remote DSAs. +The client is not exposed to paged results handling +between +.BR slapd\-meta (5) +and the remote servers. +By default (disabled), Paged Results control is not used +and responses are not accepted. If set before any target specification, it affects all targets, unless overridden by any per-target directive.