From 450c53d4413706b564374c519f4344fb5e5aee36 Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 12 Jun 2006 08:43:37 +0000 Subject: [PATCH] Added indexing for snapshot timestamps and dn's git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3775 594d385d-05f5-0310-b6e9-bd551577e9d8 --- contrib/openldap/slapd.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/openldap/slapd.conf b/contrib/openldap/slapd.conf index 758afe23e..c5b8d7dcb 100644 --- a/contrib/openldap/slapd.conf +++ b/contrib/openldap/slapd.conf @@ -212,6 +212,8 @@ rootpw {crypt}OuorOLd3VqvC2 # Indexing index default sub index uid,mail eq +index gosaSnapshotDN eq +index gosaSnapshotTimestamp eq,sub index gosaMailAlternateAddress,gosaMailForwardingAddress eq index cn,sn,givenName,ou pres,eq,sub index objectClass pres,eq -- 2.30.2