From 2a3322c4cccb7bb124302ed9ab910fa8ee84b59e Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Tue, 5 May 2009 20:06:28 +0200 Subject: [PATCH] slapd: Add indices for a few attributes. --- etc/ldap/slapd.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/ldap/slapd.conf b/etc/ldap/slapd.conf index 4a92cdc..1e67392 100644 --- a/etc/ldap/slapd.conf +++ b/etc/ldap/slapd.conf @@ -63,6 +63,9 @@ dbconfig set_lk_max_lockers 1500 # Indexing options for database #1 index objectClass eq +index uniqueMember,memberUid eq +index mail,mailAlternateAddress eq +index uid,uidNumber eq # Save the time that the entry gets modified, for database #1 lastmod on -- 2.30.2