From: Quanah Gibson-Mount Date: Tue, 20 Oct 2015 16:20:26 +0000 (-0500) Subject: mdb is the recommended backend to OpenLDAP X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c55d829aca43ad17c88abaf6bcc00c210a5cae3f;p=openldap mdb is the recommended backend to OpenLDAP --- diff --git a/doc/guide/admin/backends.sdf b/doc/guide/admin/backends.sdf index a485bb7879..d087b78c84 100644 --- a/doc/guide/admin/backends.sdf +++ b/doc/guide/admin/backends.sdf @@ -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.