]> git.sur5r.net Git - openldap/commitdiff
fix return attributes (ITS#4203)
authorPierangelo Masarati <ando@openldap.org>
Wed, 23 Nov 2005 10:20:11 +0000 (10:20 +0000)
committerPierangelo Masarati <ando@openldap.org>
Wed, 23 Nov 2005 10:20:11 +0000 (10:20 +0000)
doc/man/man5/slapo-pcache.5

index 0a7a733cb92b50ad93fd3977da24b0b96f61d304..ff977f7a7d3557b75b74e7540bdd2e20a9104ff9 100644 (file)
@@ -93,6 +93,23 @@ at response, it would cache entries that may be later "massaged"
 by other databases and thus returned \fIafter\fP massaging the first
 time, and \fIbefore\fP massaging when cached.
 
+.TP
+There are some constraints:
+
+all values must be positive;
+
+.B <entry_limit>
+must be less than or equal to
+.BR <max_entries> ;
+
+.B <numattrsets>
+attribute sets SHOULD be defined by using the directive
+.BR proxyattrset ;
+
+all attribute sets SHOULD be referenced by (at least) one
+.B proxytemplate
+directive; 
+
 .LP
 The following adds a template with filter string \fB((&sn=)(givenName=))\fP 
 and attributes mail, postaladdress, telephonenumber and a TTL of 1 hour.