From 9722bb7c30955c871f86b8793f25ddc8b306d16b Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Wed, 23 Nov 2005 10:20:11 +0000 Subject: [PATCH] fix return attributes (ITS#4203) --- doc/man/man5/slapo-pcache.5 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/man/man5/slapo-pcache.5 b/doc/man/man5/slapo-pcache.5 index 0a7a733cb9..ff977f7a7d 100644 --- a/doc/man/man5/slapo-pcache.5 +++ b/doc/man/man5/slapo-pcache.5 @@ -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 +must be less than or equal to +.BR ; + +.B +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. -- 2.39.5