diff options
author | Karel Kočí <cynerd@email.cz> | 2018-12-03 21:11:10 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-12-03 21:11:10 +0100 |
commit | ef94ef33fc2729b6340fa22abbd500b4728049da (patch) | |
tree | 07f28dfd766993308e0de766eaa1207dc1a81f10 /net-nds/openldap/files/DB_CONFIG.fast.example | |
parent | 677325bac4c11638cd75b37fffcf846544ef99b3 (diff) | |
download | gentoo-personal-overlay-ef94ef33fc2729b6340fa22abbd500b4728049da.tar.gz gentoo-personal-overlay-ef94ef33fc2729b6340fa22abbd500b4728049da.tar.bz2 gentoo-personal-overlay-ef94ef33fc2729b6340fa22abbd500b4728049da.zip |
openldap: try to add symbol versions
Diffstat (limited to 'net-nds/openldap/files/DB_CONFIG.fast.example')
-rw-r--r-- | net-nds/openldap/files/DB_CONFIG.fast.example | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net-nds/openldap/files/DB_CONFIG.fast.example b/net-nds/openldap/files/DB_CONFIG.fast.example new file mode 100644 index 0000000..8b52062 --- /dev/null +++ b/net-nds/openldap/files/DB_CONFIG.fast.example @@ -0,0 +1,25 @@ +# $OpenLDAP: pkg/ldap/servers/slapd/DB_CONFIG,v 1.1 2004/06/18 02:49:08 kurt Exp $ +# Example DB_CONFIG file for use with slapd(8) BDB/HDB databases. +# +# See Sleepycat Berkeley DB documentation +# <http://www.sleepycat.com/docs/ref/env/db_config.html> +# for detail description of DB_CONFIG syntax and semantics. +# +# Hints can also be found in the OpenLDAP Software FAQ +# <http://www.openldap.org/faq/index.cgi?file=2> + +# one 0.25 GB cache +set_cachesize 0 16777216 0 + +# Data Directory +#set_data_dir db + +# Transaction Log settings +set_lg_regionmax 262144 +set_lg_bsize 524288 +#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 |