From c3c0e006a94401144045f7edc5b2ac5636a6dc08 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 19 Oct 2005 05:22:14 +0000 Subject: [PATCH] Cleanup, proxy cache is no longer tied to meta --- doc/man/man5/slapd.conf.5 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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. -- 2.39.5