From: Howard Chu Date: Wed, 19 Oct 2005 05:22:14 +0000 (+0000) Subject: Cleanup, proxy cache is no longer tied to meta X-Git-Tag: OPENLDAP_REL_ENG_2_2_MP~205 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c3c0e006a94401144045f7edc5b2ac5636a6dc08;p=openldap Cleanup, proxy cache is no longer tied to meta --- diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index 6e68a849b4..35c1f94392 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -1648,14 +1648,12 @@ It uses Berkeley DB or GDBM to store data. .B ldif This database uses the filesystem to build the tree structure of the database, using plain ascii files to store data. -Its usage should be limited to very simple databases, where performances -are not a requirement. +Its usage should be limited to very simple databases, where performance +is not a requirement. .TP .B meta This backend performs basic LDAP proxying with respect to a set of -remote LDAP servers. It is an enhancement of the ldap backend. The -proxy cache extension of meta backend provides answering of search -requests from the proxy using results of previously cached requests. +remote LDAP servers. It is an enhancement of the ldap backend. .TP .B monitor This backend provides information about the running status of the slapd @@ -1741,6 +1739,7 @@ operation performed on that database. .B pcache Proxycache. This overlay allows caching of LDAP search requests in a local database. +It is most often used with the ldap or meta backends. .TP .B ppolicy Password Policy.