diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-05-30 01:09:18 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:53:05 -0500 |
commit | e6aecd8b91cb9811bac2b3e2a47a9a09116b09b7 (patch) | |
tree | 946103379aeac877f7afd05fca4c5490f932483a /source4/setup/DB_CONFIG | |
parent | 55ee74f8ca9204d7f48bba48d3f775744d11fccd (diff) | |
download | samba-e6aecd8b91cb9811bac2b3e2a47a9a09116b09b7.tar.gz samba-e6aecd8b91cb9811bac2b3e2a47a9a09116b09b7.tar.bz2 samba-e6aecd8b91cb9811bac2b3e2a47a9a09116b09b7.zip |
r23235: Don't do a seperate LDAP provision step. Instead, everything we need
(including the config files) is created by provision-backend.
Andrew Bartlett
(This used to be commit 6d4d90399f5a0451fcf2156a465123801e027359)
Diffstat (limited to 'source4/setup/DB_CONFIG')
-rw-r--r-- | source4/setup/DB_CONFIG | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/source4/setup/DB_CONFIG b/source4/setup/DB_CONFIG index 3198e17b14..b4d2bfa868 100644 --- a/source4/setup/DB_CONFIG +++ b/source4/setup/DB_CONFIG @@ -1,22 +1,16 @@ +# # Set the database in memory cache size. # set_cachesize 0 524288 0 - # -# Set database flags (this is a test environment, we don't need to fsync()). -# -set_flags DB_TXN_NOSYNC - -# - Set log values. +# Set log values. # set_lg_regionmax 104857 set_lg_max 1048576 set_lg_bsize 209715 set_lg_dir ${LDAPDBDIR}/bdb-logs - # # Set temporary file creation directory. # |