source: main/linuxmuster-base/branches/testing/var/config-static/var/lib/ldap/DB_CONFIG @ 787

Revision 787, 705 bytes checked in by tschmitt, 23 months ago (diff)
  • svn Id für alle Dateien gesetzt.
  • paedml50-upgrade.sh & postinst:
    • obsolete Apache2-Konfigurationsdateien /etc/apache2/mods-enabled/mime_magic.* werden entfernt.
  • horde-upgrade.sh:
    • Paket php-net-sieve wird neuinstalliert (schließt #259).
  • Property svn:keywords set to Id
Line 
1##### @@message1@@
2##### @@message2@@
3##### @@message3@@
4# $Id$
5# Example DB_CONFIG file for use with slapd(8) BDB/HDB databases.
6#
7# See Sleepycat Berkeley DB documentation
8#   <http://www.sleepycat.com/docs/ref/env/db_config.html>
9# for detail description of DB_CONFIG syntax and semantics.
10#
11# Hints can also be found in the OpenLDAP Software FAQ
12#       <http://www.openldap.org/faq/index.cgi?file=2>
13
14# one 0.25 GB cache
15set_cachesize 0 268435456 1
16
17# Data Directory
18#set_data_dir db
19
20# Transaction Log settings
21set_lg_regionmax 262144
22set_lg_bsize 2097152
23#set_lg_dir logs
24
25# Note: special DB_CONFIG flags are no longer needed for "quick"
26# slapadd(8) or slapindex(8) access (see their -q option).
Note: See TracBrowser for help on using the repository browser.