X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Fman%2Fman5%2Fslapd.backends.5;h=2eeece20445a760092a9804a4a6f208b8987c38d;hb=ab44974baf7058619d0321e2ec28128caf9ce578;hp=95a727ff362200aff310ceb177aab74f109e8bab;hpb=f51efd4b0345baea1a9c977d0763292891c37436;p=openldap diff --git a/doc/man/man5/slapd.backends.5 b/doc/man/man5/slapd.backends.5 index 95a727ff36..2eeece2044 100644 --- a/doc/man/man5/slapd.backends.5 +++ b/doc/man/man5/slapd.backends.5 @@ -1,5 +1,5 @@ .TH SLAPD.BACKENDS 5 "RELEASEDATE" "OpenLDAP LDVERSION" -.\" Copyright 2006-2012 The OpenLDAP Foundation All Rights Reserved. +.\" Copyright 2006-2013 The OpenLDAP Foundation All Rights Reserved. .\" Copying restrictions apply. See COPYRIGHT/LICENSE. .\" $OpenLDAP$ .SH NAME @@ -53,7 +53,6 @@ This layout stores entry DNs more efficiently than the backend, using less space and requiring less work to create, delete, and rename entries. It is also one of the few backends to support subtree renames. -.BR .TP .B ldap This backend acts as a proxy to forward incoming requests to another @@ -65,6 +64,16 @@ of the database, using plain ascii files to store data. Its usage should be limited to very simple databases, where performance is not a requirement. This backend also supports subtree renames. .TP +.B mdb +This will soon be the recommended primary backend, superseding +.BR hdb . +This backend uses OpenLDAP's own MDB transactional database +library. It is extremely compact and extremely efficient, delivering +much higher performance than the Berkeley DB backends while using +significantly less memory. Also, unlike Berkeley DB, MDB is crash proof, +and requires no special tuning or maintenance. +This backend also supports subtree renames. +.TP .B meta This backend performs basic LDAP proxying with respect to a set of remote LDAP servers. It is an enhancement of the @@ -80,7 +89,8 @@ backend may be defined. .B ndb This backend is experimental. It uses the transactional database interface of the MySQL Cluster Engine -(NDB) to store data. +(NDB) to store data. Note that Oracle, which now owns MySQL, has withdrawn +support for NDB and this backend is unlikely to be developed any further. .TP .B null Operations in this backend succeed but do nothing. @@ -131,8 +141,10 @@ default slapd configuration directory .BR slapd\-hdb (5), .BR slapd\-ldap (5), .BR slapd\-ldif (5), +.BR slapd\-mdb (5), .BR slapd\-meta (5), .BR slapd\-monitor (5), +.BR slapd\-ndb (5), .BR slapd\-null (5), .BR slapd\-passwd (5), .BR slapd\-perl (5),