From bff5284a5e818858facb3ea4517828177d76b956 Mon Sep 17 00:00:00 2001 From: scheiter Date: Fri, 2 Jun 2006 09:10:51 +0000 Subject: [PATCH] Updated example slapd.conf with basic kolanb indexing git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3630 594d385d-05f5-0310-b6e9-bd551577e9d8 --- contrib/openldap/slapd.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/contrib/openldap/slapd.conf b/contrib/openldap/slapd.conf index e542522d1..758afe23e 100644 --- a/contrib/openldap/slapd.conf +++ b/contrib/openldap/slapd.conf @@ -218,6 +218,12 @@ index objectClass pres,eq index uidNumber,gidNumber,memberuid eq index gosaSubtreeACL,gosaObject,gosaUser pres,eq +# Indexing for Kolab +#index alias eq,sub +#index kolabDeleteFlag eq +#index kolabHomeServer eq +#index member pres,eq + # Indexing for Samba 3 index sambaSID eq index sambaPrimaryGroupSID eq @@ -227,7 +233,7 @@ index sambaDomainName eq # Where the database file are physically stored directory "/var/lib/ldap" -# Make mods (writes entryUuid for kolab...) +# Log modifications and write entryUUID lastmod on -- 2.30.2