Add openldap ebuild with `use prefix`-protected group/user creation.
[wtk-prefix-overlay.git] / net-nds / openldap / files / DB_CONFIG.fast.example
1 # $OpenLDAP: pkg/ldap/servers/slapd/DB_CONFIG,v 1.1 2004/06/18 02:49:08 kurt Exp $
2 # Example DB_CONFIG file for use with slapd(8) BDB/HDB databases.
3 #
4 # See Sleepycat Berkeley DB documentation
5 #   <http://www.sleepycat.com/docs/ref/env/db_config.html>
6 # for detail description of DB_CONFIG syntax and semantics.
7 #
8 # Hints can also be found in the OpenLDAP Software FAQ
9 #       <http://www.openldap.org/faq/index.cgi?file=2>
10
11 # one 0.25 GB cache
12 set_cachesize 0 16777216 0
13
14 # Data Directory
15 #set_data_dir db
16
17 # Transaction Log settings
18 set_lg_regionmax 262144
19 set_lg_bsize 524288
20 #set_lg_dir logs
21
22 # When using (and only when using) slapadd(8) or slapindex(8),
23 # the following flags may be useful:
24 #set_flags DB_TXN_NOSYNC
25 #set_flags DB_TXN_NOT_DURABLE