]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/DB_CONFIG
check consistency of referrals and result code (ITS#4861)
[openldap] / servers / slapd / DB_CONFIG
index 829f421fb6bfa45ec558cb7fb99637a18349d304..cc05b85eed4f14fc295c26b1f1495da37621fa32 100644 (file)
@@ -7,6 +7,11 @@
 #
 # Hints can also be found in the OpenLDAP Software FAQ
 #      <http://www.openldap.org/faq/index.cgi?file=2>
+# in particular:
+#   <http://www.openldap.org/faq/index.cgi?file=1075>
+
+# Note: most DB_CONFIG settings will take effect only upon rebuilding
+# the DB environment.
 
 # one 0.25 GB cache
 set_cachesize 0 268435456 1
@@ -19,7 +24,5 @@ set_lg_regionmax 262144
 set_lg_bsize 2097152
 #set_lg_dir logs
 
-# When using (and only when using) slapadd(8) or slapindex(8),
-# the following flags may be useful:
-#set_flags DB_TXN_NOSYNC
-#set_flags DB_TXN_NOT_DURABLE
+# Note: special DB_CONFIG flags are no longer needed for "quick"
+# slapadd(8) or slapindex(8) access (see their -q option).