]> git.sur5r.net Git - openldap/commitdiff
mdb is the recommended backend to OpenLDAP
authorQuanah Gibson-Mount <quanah@openldap.org>
Tue, 20 Oct 2015 16:20:26 +0000 (11:20 -0500)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 26 Oct 2015 21:02:36 +0000 (16:02 -0500)
doc/guide/admin/backends.sdf

index fe961cd40e6cb38e954ad7b3c590c4fbc916e95b..2057b6197fc9d0068213e5bcdf27b85cdd22fedf 100644 (file)
@@ -23,7 +23,7 @@ H2: Berkeley DB Backends
 
 H3: Overview
 
-The {{hdb}} backend to {{slapd}}(8) is the recommended primary backend for a 
+The {{hdb}} backend to {{slapd}}(8) is a backend for a 
 normal {{slapd}} database.  It uses the Oracle Berkeley DB ({{TERM:BDB}}) 
 package to store data. It makes extensive use of indexing and caching 
 (see the {{SECT:Tuning}} section) to speed data access.
@@ -196,7 +196,7 @@ H2: LMDB
 
 H3: Overview
 
-The {{mdb}} backend to {{slapd}}(8) is the upcoming primary backend for a
+The {{mdb}} backend to {{slapd}}(8) is the recommended primary backend for a
 normal {{slapd}} database.  It uses OpenLDAP's own
 Lightning Memory-Mapped Database ({{TERM:LMDB}})
 library to store data and is intended to replace the Berkeley DB backends.