]> git.sur5r.net Git - openldap/blobdiff - doc/guide/admin/replication.sdf
ITS#8563 - Fix missing mentions of back-mdb
[openldap] / doc / guide / admin / replication.sdf
index 22aa40987064d8dd3779c0332a858cbd4a982e9c..254485cf0862d05dbc770fcfa2481852845de680 100644 (file)
@@ -1,5 +1,5 @@
 # $OpenLDAP$
-# Copyright 1999-2013 The OpenLDAP Foundation, All Rights Reserved.
+# Copyright 1999-2017 The OpenLDAP Foundation, All Rights Reserved.
 # COPYING RESTRICTIONS APPLY, see COPYRIGHT.
 
 H1: Replication
@@ -225,8 +225,8 @@ in the replication context.
 
 The syncrepl engine, which is a consumer-side replication engine,
 can work with any backends. The LDAP Sync provider can be configured
-as an overlay on any backend, but works best with the {{back-bdb}}
-or {{back-hdb}} backend.
+as an overlay on any backend, but works best with the {{back-bdb}},
+{{back-hdb}}, or {{back-mdb}} backends.
 
 The LDAP Sync provider maintains a {{EX:contextCSN}} for each
 database as the current synchronization state indicator of the
@@ -545,7 +545,8 @@ the performance of the session log on the provider.
 
 A more complete example of the {{slapd.conf}}(5) content is thus:
 
->      database bdb
+>      database mdb
+>      maxsize 1073741824
 >      suffix dc=Example,dc=com
 >      rootdn dc=Example,dc=com
 >      directory /var/ldap/db
@@ -563,7 +564,8 @@ The syncrepl replication is specified in the database section of
 is backend independent and the directive can be defined with any
 database type.
 
->      database hdb
+>      database mdb
+>      maxsize 1073741824
 >      suffix dc=Example,dc=com
 >      rootdn dc=Example,dc=com
 >      directory /var/ldap/db