diff options
author | Martin Konold <martin.konold@erfrakon.de> | 2005-03-17 18:55:50 (GMT) |
---|---|---|
committer | Martin Konold <martin.konold@erfrakon.de> | 2005-03-17 18:55:50 (GMT) |
commit | 4822f3796897b2087da8c257783aaf23f173a443 (patch) | |
tree | 6f7f1468cb2799ab684a822a0a750db65969b40a | |
parent | f22744613bef7a2a9c692c6146324d2ee503f459 (diff) | |
download | kolab-conf-4822f3796897b2087da8c257783aaf23f173a443.tar.gz |
Martin Konold: More indexing (we require now more scientific data before we can procede)
-rw-r--r-- | conf/templates/slapd.conf.template | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/conf/templates/slapd.conf.template b/conf/templates/slapd.conf.template index b205533..9c87fca 100644 --- a/conf/templates/slapd.conf.template +++ b/conf/templates/slapd.conf.template @@ -49,12 +49,18 @@ idletimeout 25 replica uri=ldap://127.0.0.1:9999 binddn="cn=replicator" - bindmethod=simple credentials=secret + bindmethod=simple + credentials=secret -index objectClass pres,eq +index objectClass eq index uid pres,eq index mail pres,eq index alias pres,eq +index cn pres,eq +index sn pres,eq +index kolabHomeServer pres,eq +index member pres,eq + access to attr=userPassword |