]> git.sur5r.net Git - openldap/commitdiff
Add maxsize parameter for mdb examples
authorQuanah Gibson-Mount <quanah@openldap.org>
Thu, 19 Sep 2013 22:03:53 +0000 (15:03 -0700)
committerQuanah Gibson-Mount <quanah@openldap.org>
Fri, 29 Jan 2016 19:06:32 +0000 (13:06 -0600)
doc/guide/admin/quickstart.sdf
doc/guide/admin/replication.sdf
doc/guide/admin/slapdconfig.sdf
servers/slapd/slapd.conf

index c3b27157bbff735d3233a206e0df6217cca12461..225e07114ba13f8acb05baf63b38fc1d865594b2 100644 (file)
@@ -138,7 +138,8 @@ whatever installation prefix was used by {{EX:configure}}).
 example (usually installed as {{F:/usr/local/etc/openldap/slapd.conf}})
 to contain a BDB database definition of the form:
 
-..{{EX:database        bdb}}
+..{{EX:database        mdb}}
+..{{EX:maxsize         1073741824}}
 ..{{EX:suffix          "dc=<MY-DOMAIN>,dc=<COM>"}}
 ..{{EX:rootdn          "cn=Manager,dc=<MY-DOMAIN>,dc=<COM>"}}
 ..{{EX:rootpw          secret}}
@@ -148,7 +149,8 @@ to contain a BDB database definition of the form:
 the appropriate domain components of your domain name.  For
 example, for {{EX:example.com}}, use:
 
-..{{EX:database        bdb}}
+..{{EX:database        mdb}}
+..{{EX:maxsize         1073741824}}
 ..{{EX:suffix          "dc=example,dc=com"}}
 ..{{EX:rootdn          "cn=Manager,dc=example,dc=com"}}
 ..{{EX:rootpw          secret}}
@@ -157,7 +159,8 @@ example, for {{EX:example.com}}, use:
 .If your domain contains additional components, such as
 {{EX:eng.uni.edu.eu}}, use:
 
-..{{EX:database        bdb}}
+..{{EX:database        mdb}}
+..{{EX:maxsize         1073741824}}
 ..{{EX:suffix          "dc=eng,dc=uni,dc=edu,dc=eu"}}
 ..{{EX:rootdn          "cn=Manager,dc=eng,dc=uni,dc=edu,dc=eu"}}
 ..{{EX:rootpw          secret}}
index 58f2abe472f4a3faac5b90d1393dcbf892babb3a..54dabc01be19d370b034aeb1a5fa053973ae60c5 100644 (file)
@@ -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
index 4e103d94cf2b440abe95f9817ed8432efd72deef..4fc7bcc91114dae2c104d532ed756951a74ee860 100644 (file)
@@ -532,8 +532,8 @@ conforms to the obsolete {{changelog}} format. If the {{EX:syncdata}}
 parameter is omitted or set to {{EX:"default"}} then the log
 parameters are ignored.
 
-The {{syncrepl}} replication mechanism is supported by the {{bdb}} and
-{{hdb}} backends.
+The {{syncrepl}} replication mechanism is supported by the {{bdb}},
+{{hdb}}, and {{mdb}} backends.
 
 See the {{SECT:LDAP Sync Replication}} chapter of this guide for
 more information on how to use this directive.
index 20e8a84f8a1b3d687d38059cb5ea88e92c82b147..352c5014545e56f44003aca8f87c91d13a741652 100644 (file)
@@ -50,6 +50,7 @@ argsfile      %LOCALSTATEDIR%/run/slapd.args
 #######################################################################
 
 database       mdb
+maxsize                1073741824
 suffix         "dc=my-domain,dc=com"
 rootdn         "cn=Manager,dc=my-domain,dc=com"
 # Cleartext passwords, especially for the rootdn, should