diff options
author | Steffen Hansen <steffen@kdab.com> | 2005-05-03 11:55:42 (GMT) |
---|---|---|
committer | Steffen Hansen <steffen@kdab.com> | 2005-05-03 11:55:42 (GMT) |
commit | 87fca69009d5d614d0d701c106296bb3e460d923 (patch) | |
tree | 98029821673657dfc862a3776add53abc88578ba /conf | |
parent | 8040cb216b6c38b9b8a7f758dc94c4c02e348a18 (diff) | |
download | kolab-conf-87fca69009d5d614d0d701c106296bb3e460d923.tar.gz |
added DB_CONFIG (Issue707)
Diffstat (limited to 'conf')
-rw-r--r-- | conf/templates/DB_CONFIG.slapd.template | 11 | ||||
-rw-r--r-- | conf/templates/slapd.conf.template | 4 |
2 files changed, 13 insertions, 2 deletions
diff --git a/conf/templates/DB_CONFIG.slapd.template b/conf/templates/DB_CONFIG.slapd.template new file mode 100644 index 0000000..5014d90 --- /dev/null +++ b/conf/templates/DB_CONFIG.slapd.template @@ -0,0 +1,11 @@ +# (c) 2005 Klaraelvdalens Datakonsult AB +# Written by Steffen Hansen <steffen@klaralvdalens-datakonsult.se> +# +# This program is Free Software under the GNU General Public License (>=v2). +# Read the file COPYING that comes with this packages for details. + +# this file is automatically written by the Kolab config backend and should have the +# file mode 0640 + +set_cachesize 0 26214400 1 +set_tmp_dir /dev/shm
\ No newline at end of file diff --git a/conf/templates/slapd.conf.template b/conf/templates/slapd.conf.template index bf13097..b3aba93 100644 --- a/conf/templates/slapd.conf.template +++ b/conf/templates/slapd.conf.template @@ -52,7 +52,7 @@ replica uri=ldap://127.0.0.1:9999 bindmethod=simple credentials=secret -index objectClass eq +index objectClass pres,eq index uid approx,sub,pres,eq index mail approx,sub,pres,eq index alias approx,sub,pres,eq @@ -61,7 +61,7 @@ index sn approx,sub,pres,eq index kolabHomeServer pres,eq index member pres,eq - +idlcachesize 2000 access to attr=userPassword by group/kolabGroupOfNames="cn=admin,cn=internal,@@@base_dn@@@" =wx |