diff options
author | Martin Konold <martin.konold@erfrakon.de> | 2005-05-30 22:29:52 (GMT) |
---|---|---|
committer | Martin Konold <martin.konold@erfrakon.de> | 2005-05-30 22:29:52 (GMT) |
commit | 4924e8b9b0f054a139cdd916c47bf1652de1f442 (patch) | |
tree | d5d646728c24b2c609d02e44f253b0825fa3ba8e | |
parent | c1712e2a53d2c98b6dba5c14206c373a7c7191d5 (diff) | |
download | kolab-conf-4924e8b9b0f054a139cdd916c47bf1652de1f442.tar.gz |
Martin Konold: Added enhancements according to emails from Dieter K.
-rw-r--r-- | conf/templates/DB_CONFIG.slapd.template | 2 | ||||
-rw-r--r-- | conf/templates/slapd.conf.template | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/conf/templates/DB_CONFIG.slapd.template b/conf/templates/DB_CONFIG.slapd.template index 5014d90..eb67097 100644 --- a/conf/templates/DB_CONFIG.slapd.template +++ b/conf/templates/DB_CONFIG.slapd.template @@ -8,4 +8,4 @@ # file mode 0640 set_cachesize 0 26214400 1 -set_tmp_dir /dev/shm
\ No newline at end of file +set_tmp_dir /dev/shm diff --git a/conf/templates/slapd.conf.template b/conf/templates/slapd.conf.template index 4b64b99..573e8ed 100644 --- a/conf/templates/slapd.conf.template +++ b/conf/templates/slapd.conf.template @@ -1,5 +1,5 @@ # (c) 2003 Tassilo Erlewein <tassilo.erlewein@erfrakon.de> -# (c) 2004 Martin Konold <martin.konold@erfrakon.de> +# (c) 2003-2005 Martin Konold <martin.konold@erfrakon.de> # (c) 2003 Achim Frank <achim.frank@erfrakon.de> # This program is Free Software under the GNU General Public License (>=v2). # Read the file COPYING that comes with this packages for details. @@ -38,7 +38,11 @@ allow bind_v2 loglevel 0 database bdb -checkpoint 128 10 +cachesize 2000 +checkpoint 512 10 +idlcachesize 10000 +idletimeout 10 # The value can be increased if some clients develop problems. + # Please report to kolab-devel@kolab.org if you encounter such a client. suffix "@@@base_dn@@@" directory @l_prefix@/var/openldap/openldap-data @@ -46,8 +50,6 @@ directory @l_prefix@/var/openldap/openldap-data rootdn "@@@bind_dn@@@" rootpw "@@@bind_pw_hash@@@" -idletimeout 10 - replica uri=ldap://127.0.0.1:9999 binddn="cn=replicator" bindmethod=simple @@ -63,8 +65,6 @@ index givenName approx,sub,pres,eq index kolabHomeServer pres,eq index member pres,eq -idlcachesize 10000 - access to attr=userPassword by group/kolabGroupOfNames="cn=admin,cn=internal,@@@base_dn@@@" =wx by group/kolabGroupOfNames="cn=maintainer,cn=internal,@@@base_dn@@@" =wx |