]> git.sur5r.net Git - openldap/commitdiff
A very basic DB_CONFIG example
authorKurt Zeilenga <kurt@openldap.org>
Fri, 18 Jun 2004 04:49:08 +0000 (04:49 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 18 Jun 2004 04:49:08 +0000 (04:49 +0000)
servers/slapd/DB_CONFIG [new file with mode: 0644]
servers/slapd/Makefile.in
servers/slapd/slapd.conf

diff --git a/servers/slapd/DB_CONFIG b/servers/slapd/DB_CONFIG
new file mode 100644 (file)
index 0000000..829f421
--- /dev/null
@@ -0,0 +1,25 @@
+# $OpenLDAP$
+# 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 268435456 1
+
+# Data Directory
+#set_data_dir db
+
+# Transaction Log settings
+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
index 57fee8be3f230aeec7d8ddd4e1c210fd6806468c..6e34d817faa931b06d3e86bfc97a72f80f9bd76d 100644 (file)
@@ -350,7 +350,8 @@ veryclean-local-srv: FORCE
                fi; \
        done
 
-install-local-srv: install-slapd install-conf install-schema install-tools
+install-local-srv: install-slapd install-tools \
+       install-conf install-db-config install-schema install-tools
 
 install-slapd: FORCE
        -$(MKDIR) $(DESTDIR)$(libexecdir)
@@ -406,7 +407,6 @@ install-schema: FORCE
 
 install-conf: FORCE
        @-$(MKDIR) $(DESTDIR)$(sysconfdir)
-       @-$(INSTALL) -m 700 -d $(DESTDIR)$(localstatedir)/openldap-data
        $(INSTALL) $(INSTALLFLAGS) -m 600 slapd.conf.tmp $(DESTDIR)$(sysconfdir)/slapd.conf.default
        if test ! -f $(DESTDIR)$(sysconfdir)/slapd.conf; then \
                echo "installing slapd.conf in $(sysconfdir)"; \
@@ -416,6 +416,14 @@ install-conf: FORCE
                echo "PRESERVING EXISTING CONFIGURATION FILE $(DESTDIR)$(sysconfdir)/slapd.conf" ; \
        fi
 
+install-db-config: FORCE
+       @-$(MKDIR) $(DESTDIR)$(localstatedir) $(DESTDIR)$(sysconfdir)
+       @-$(INSTALL) -m 700 -d $(DESTDIR)$(localstatedir)/openldap-data
+       $(INSTALL) $(INSTALLFLAGS) -m 600 DB_CONFIG \
+               $(DESTDIR)$(localstatedir)/openldap-data/DB_CONFIG.example
+       $(INSTALL) $(INSTALLFLAGS) -m 600 DB_CONFIG \
+               $(DESTDIR)$(sysconfdir)/DB_CONFIG.example
+
 install-tools: FORCE
        -$(MKDIR) $(DESTDIR)$(sbindir)
        cd $(DESTDIR)$(sbindir); \
index f7f251113d7088dfc1fc4fe79a01bf792e0fec25..2531929648c75629be58c928650e7d837cb5c2b3 100644 (file)
@@ -49,7 +49,7 @@ argsfile      %LOCALSTATEDIR%/run/slapd.args
 # rootdn can always read and write EVERYTHING!
 
 #######################################################################
-# ldbm database definitions
+# BDB database definitions
 #######################################################################
 
 database       bdb