]> git.sur5r.net Git - openldap/blobdiff - doc/guide/admin/replication.sdf
Happy new year (belated)
[openldap] / doc / guide / admin / replication.sdf
index 22aa40987064d8dd3779c0332a858cbd4a982e9c..df46ad0e271f6618f9e8567cfab4cccfafc7f156 100644 (file)
@@ -1,5 +1,5 @@
 # $OpenLDAP$
-# Copyright 1999-2013 The OpenLDAP Foundation, All Rights Reserved.
+# Copyright 1999-2014 The OpenLDAP Foundation, All Rights Reserved.
 # COPYING RESTRICTIONS APPLY, see COPYRIGHT.
 
 H1: Replication
@@ -226,7 +226,7 @@ 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.
+{{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