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
927fae14
Commit
927fae14
authored
Sep 04, 2008
by
Quanah Gibson-Mount
Browse files
More for ITS#5680
parent
c50a931b
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
927fae14
...
@@ -34,8 +34,8 @@ OpenLDAP 2.4.12 Engineering
...
@@ -34,8 +34,8 @@ OpenLDAP 2.4.12 Engineering
Fixed ODBC library detection (ITS#5602)
Fixed ODBC library detection (ITS#5602)
Documentation
Documentation
Added slapd-ldap(5), slapd-meta(5) noundeffilter (ITS#5614)
Added slapd-ldap(5), slapd-meta(5) noundeffilter (ITS#5614)
Fixed slapd-ldap(5), slapd-meta(5), slapo-pcache(5) schema requirements (ITS#5680)
Added slapo-retcode(5) retcode.conf location (ITS#5633)
Added slapo-retcode(5) retcode.conf location (ITS#5633)
Fixed slapd-ldap(5), slapd-meta(5) schema requirements (ITS#5680)
admin24 guide updates (ITS#5616)
admin24 guide updates (ITS#5616)
admin24 octetString fix (ITS#5670)
admin24 octetString fix (ITS#5670)
...
...
doc/man/man5/slapo-pcache.5
View file @
927fae14
...
@@ -182,6 +182,13 @@ The remote server should expose the
...
@@ -182,6 +182,13 @@ The remote server should expose the
attribute because the underlying database that actually caches the entries
attribute because the underlying database that actually caches the entries
may need it for optimal local processing of the queries.
may need it for optimal local processing of the queries.
The proxy server should contain all the schema information required for caching.
Significantly, it needs the schema of attributes used in the query templates.
If the objectClass attribute is used in a query template, it needs the definition
of the objectClasses of the entries it is supposed to cache.
It is the responsibility of the proxy administrator to keep the proxy schema
lined up with that of the proxied server.
Another potential (and subtle) inconsistency may occur when data is retrieved
Another potential (and subtle) inconsistency may occur when data is retrieved
with different identities and specific per-identity access control
with different identities and specific per-identity access control
is enforced by the remote server.
is enforced by the remote server.
...
...
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