]> git.sur5r.net Git - openldap/commitdiff
ITS#7700
authorQuanah Gibson-Mount <quanah@openldap.org>
Tue, 5 Nov 2013 23:57:43 +0000 (15:57 -0800)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 29 Mar 2017 20:01:51 +0000 (13:01 -0700)
Update sections 6.2.2.1, 6.2.3.3

doc/guide/admin/slapdconf2.sdf
doc/guide/admin/slapdconfig.sdf

index 3b599ab80c248ccb7eba159429710820de3a8767..200abaa9de80d42dea59ee48e5f878810367cfde 100644 (file)
@@ -364,12 +364,13 @@ supported backend types listed in Table 5.2.
 !block table; align=Center; coltags="EX,N"; \
        title="Table 5.2: Database Backends"
 Types  Description
-bdb    Berkeley DB transactional backend
+bdb    Berkeley DB transactional backend (deprecated)
 config Slapd configuration backend
 dnssrv DNS SRV backend
-hdb    Hierarchical variant of bdb backend
+hdb    Hierarchical variant of bdb backend (deprecated)
 ldap   Lightweight Directory Access Protocol (Proxy) backend
 ldif   Lightweight Data Interchange Format backend
+mdb    Memory-Mapped DB backend
 meta   Meta Directory backend
 monitor        Monitor backend
 passwd Provides read-only access to {{passwd}}(5)
@@ -449,7 +450,8 @@ H4: olcReadonly { TRUE | FALSE }
 
 This directive puts the database into "read-only" mode. Any
 attempts to modify the database will return an "unwilling to
-perform" error.
+perform" error.  If set on a consumer, modifications sent by
+syncrepl will still occur.
 
 \Default:
 
index 6950da97b42868dff20e253e14a90300510d04a6..53b1c2c6ee05670792a09f371819acdd57b8e68f 100644 (file)
@@ -264,10 +264,11 @@ supported backend types listed in Table 6.2.
 !block table; align=Center; coltags="EX,N"; \
        title="Table 6.2: Database Backends"
 Types  Description
-bdb    Berkeley DB transactional backend
+bdb    Berkeley DB transactional backend (deprecated)
 dnssrv DNS SRV backend
-hdb    Hierarchical variant of bdb backend
+hdb    Hierarchical variant of bdb backend (deprecated)
 ldap   Lightweight Directory Access Protocol (Proxy) backend
+mdb    Memory-Mapped DB backend
 meta   Meta Directory backend
 monitor        Monitor backend
 passwd Provides read-only access to {{passwd}}(5)
@@ -316,7 +317,8 @@ H4: readonly { on | off }
 
 This directive puts the database into "read-only" mode. Any
 attempts to modify the database will return an "unwilling to
-perform" error.
+perform" error.  If set on a consumer, modifications sent by
+syncrepl will still occur.
 
 \Default: