/usr/share/samba/setup/DB_CONFIG is in samba4 4.0.0~alpha18.dfsg1-4ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # set 32MiB, single-segment cache
set_cachesize 0 33554432 1
# set transaction log autoremoval; disable if you use them for backups
set_flags DB_LOG_AUTOREMOVE
# these should be left at default for most installs
set_lg_max 10485760
set_lg_bsize 2097152
set_lg_dir ${LDAPDBDIR}/bdb-logs
# tmp_dir stuff is not used by OpenLDAP
#set_tmp_dir ${LDAPDBDIR}/tmp
|