From: Pierangelo Masarati Date: Sun, 9 Jan 2011 14:05:57 +0000 (+0000) Subject: clarify usage (more about ITS#6664) X-Git-Tag: MIGRATION_CVS2GIT~216 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c8630fd3a038330196cbf138cfa2eec953fb730c;p=openldap clarify usage (more about 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.