diff options
author | Martin Konold <martin.konold@erfrakon.de> | 2005-05-26 06:29:48 (GMT) |
---|---|---|
committer | Martin Konold <martin.konold@erfrakon.de> | 2005-05-26 06:29:48 (GMT) |
commit | c30be03e45c87da613d04f10acdd8fb21082a0be (patch) | |
tree | c602a17838e5fea32cb05e767f3332644c94b9f2 | |
parent | f3e194df3eaccb6521a085ab01f1b28cb8ac81ea (diff) | |
download | kolab-conf-c30be03e45c87da613d04f10acdd8fb21082a0be.tar.gz |
Martin Konold:
- decreased idle timeout (D. Kluenther)
- increased idlcachesize (D. Kluenther)
- added inxeding for givenName (Andreas Gungl)
-rw-r--r-- | conf/templates/slapd.conf.template | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/conf/templates/slapd.conf.template b/conf/templates/slapd.conf.template index b3aba93..4b64b99 100644 --- a/conf/templates/slapd.conf.template +++ b/conf/templates/slapd.conf.template @@ -39,13 +39,14 @@ loglevel 0 database bdb checkpoint 128 10 + suffix "@@@base_dn@@@" directory @l_prefix@/var/openldap/openldap-data rootdn "@@@bind_dn@@@" rootpw "@@@bind_pw_hash@@@" -idletimeout 25 +idletimeout 10 replica uri=ldap://127.0.0.1:9999 binddn="cn=replicator" @@ -58,10 +59,11 @@ index mail approx,sub,pres,eq index alias approx,sub,pres,eq index cn approx,sub,pres,eq index sn approx,sub,pres,eq +index givenName approx,sub,pres,eq index kolabHomeServer pres,eq index member pres,eq -idlcachesize 2000 +idlcachesize 10000 access to attr=userPassword by group/kolabGroupOfNames="cn=admin,cn=internal,@@@base_dn@@@" =wx |