diff options
author | Martin Konold <martin.konold@erfrakon.de> | 2005-03-28 23:52:48 (GMT) |
---|---|---|
committer | Martin Konold <martin.konold@erfrakon.de> | 2005-03-28 23:52:48 (GMT) |
commit | 0c14f325380ba3c2832f2980b5a758959319b4f6 (patch) | |
tree | cb898dfff90c2e4b0f31a77cd61018680efc45c1 /conf | |
parent | 175b6ca26ca4088bb70efaa037939c410837dd1c (diff) | |
download | kolab-conf-0c14f325380ba3c2832f2980b5a758959319b4f6.tar.gz |
Martin K.: more indexing
Diffstat (limited to 'conf')
-rw-r--r-- | conf/templates/slapd.conf.template | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/conf/templates/slapd.conf.template b/conf/templates/slapd.conf.template index 9c87fca..bf13097 100644 --- a/conf/templates/slapd.conf.template +++ b/conf/templates/slapd.conf.template @@ -53,11 +53,11 @@ replica uri=ldap://127.0.0.1:9999 credentials=secret index objectClass eq -index uid pres,eq -index mail pres,eq -index alias pres,eq -index cn pres,eq -index sn pres,eq +index uid approx,sub,pres,eq +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 kolabHomeServer pres,eq index member pres,eq |