mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-08 08:02:16 -05:00
Cleanup prev commit
This commit is contained in:
parent
0163567fab
commit
8052632689
1 changed files with 3 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ overlay to
|
|||
allows caching of LDAP search requests (queries) in a local database.
|
||||
For an incoming query, the
|
||||
proxy cache determines its corresponding \fBtemplate\fP. If the template
|
||||
was specified as cacheable using the \fBproxytemplate\fP directive
|
||||
was specified as cacheable using the \fBpcacheTemplate\fP directive
|
||||
and the request is contained in a cached request, it is answered from
|
||||
the proxy cache.
|
||||
Otherwise, the search is performed as usual and cacheable search results
|
||||
|
|
@ -159,10 +159,10 @@ must be less than or equal to
|
|||
|
||||
.B <numattrsets>
|
||||
attribute sets SHOULD be defined by using the directive
|
||||
.BR proxyattrset ;
|
||||
.BR pcacheAttrset ;
|
||||
|
||||
all attribute sets SHOULD be referenced by (at least) one
|
||||
.B proxytemplate
|
||||
.B pcacheTemplate
|
||||
directive;
|
||||
|
||||
.LP
|
||||
|
|
|
|||
Loading…
Reference in a new issue