Skip to content
Snippets Groups Projects
Commit c3c0e006 authored by Howard Chu's avatar Howard Chu
Browse files

Cleanup, proxy cache is no longer tied to meta

parent a14fd7cc
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment