]> git.sur5r.net Git - openldap/commitdiff
mention schema requirements of proxy cache (ITS#5680)
authorPierangelo Masarati <ando@openldap.org>
Thu, 4 Sep 2008 00:58:37 +0000 (00:58 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 4 Sep 2008 00:58:37 +0000 (00:58 +0000)
doc/man/man5/slapo-pcache.5

index 84e55d2acc6dc12e9e0268d7f42da36c70e4a602..eb2b0f5aa50fdb6a9d47665c9f2c04d2ca23c208 100644 (file)
@@ -182,6 +182,13 @@ The remote server should expose the
 attribute because the underlying database that actually caches the entries 
 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 
 with different identities and specific per-identity access control
 is enforced by the remote server.