Skip to content
Snippets Groups Projects
Commit f92d436f authored by Jupiter Hu's avatar Jupiter Hu
Browse files

disable bdb log files

parent 9db3556d
No related branches found
No related tags found
1 merge request!11disable bdb log files
# one 0.25 GB cache
set_cachesize 0 268435456 1
# Transaction Log settings
set_lg_regionmax 262144
set_lg_bsize 2097152
set_flags DB_LOG_AUTOREMOVE
......@@ -102,6 +102,10 @@
sudo: true
register: tlsConfigured
- name: copy db config
copy: src=files/DB_CONFIG dest=/var/lib/ldap/DB_CONFIG owner=ldap group=ldap mode=644
sudo: true
- name: start ldap
service: name=slapd state=restarted
sudo: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment