Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
2184a345
Commit
2184a345
authored
Jul 08, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5559
parent
c23e1832
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
2184a345
...
@@ -9,6 +9,8 @@ OpenLDAP 2.4.11 Engineering
...
@@ -9,6 +9,8 @@ OpenLDAP 2.4.11 Engineering
Fixed slapo-syncprov ACL evaluation (ITS#5548)
Fixed slapo-syncprov ACL evaluation (ITS#5548)
Build Environment
Build Environment
Fixed test048 to skip if threads is not available (ITS#5529)
Fixed test048 to skip if threads is not available (ITS#5529)
Documentation
Added slapo-pcache(5) sizelimit caching (ITS#5559)
OpenLDAP 2.4.10 Release (2008/06/08)
OpenLDAP 2.4.10 Release (2008/06/08)
Fixed libldap file descriptor leak with SELinux (ITS#5507)
Fixed libldap file descriptor leak with SELinux (ITS#5507)
...
...
doc/man/man5/slapo-pcache.5
View file @
2184a345
...
@@ -102,12 +102,15 @@ be avoided for clarity. A set of attributes can contain "1.1" as the only
...
@@ -102,12 +102,15 @@ be avoided for clarity. A set of attributes can contain "1.1" as the only
attribute; in this case, only the presence of the entries is cached.
attribute; in this case, only the presence of the entries is cached.
.TP
.TP
.B proxytemplate <template_string> <attrset_index> <ttl> [<negttl>]
.B proxytemplate <template_string> <attrset_index> <ttl> [<negttl>
[<limitttl>]
]
Specifies a cacheable template and "time to live"
(in sec)
<ttl> of queries
Specifies a cacheable template and "time to live" <ttl> of queries
belonging to the template. An optional <negttl> can be used to specify
belonging to the template. An optional <negttl> can be used to specify
that negative results (i.e., queries that returned zero entries)
that negative results (i.e., queries that returned zero entries)
should also be cached for the specified number of seconds. Negative
should also be cached for the specified amount of time. Negative
results are not cached by default.
results are not cached by default (<negttl> set to 0).
An optional <limitttl> can be used to specify that results
hitting a sizelimit should also be cached for the specified amount of time.
Results hitting a sizelimit are not cached by default (<limitttl> set to 0).
.TP
.TP
.B response-callback { head | tail }
.B response-callback { head | tail }
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment