From 85837fc86033b24e43093f2d2502863561a9e691 Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 18 Apr 2019 21:28:44 +0200 Subject: [PATCH] Add additional indexes --- fixtures/config.ldif | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/fixtures/config.ldif b/fixtures/config.ldif index be362b7..e7ed973 100644 --- a/fixtures/config.ldif +++ b/fixtures/config.ldif @@ -137,11 +137,12 @@ olcRootDN: cn=admin,@SUFFIX@ olcRootPW: @PASSWORD@ # Indexing options for database #1 olcDbIndex: objectClass eq -olcDbIndex: cn,uid eq -olcDbIndex: uidNumber,gidNumber eq +olcDbIndex: cn,uid eq,pres +olcDbIndex: uidNumber,gidNumber eq,pres olcDbIndex: member,memberUid eq # additional attributes -olcDbIndex: mail,associatedDomain eq +olcDbIndex: mail,associatedDomain eq,pres +olcDbIndex: mailLocalAddress,mailRoutingAddress eq,pres olcDbIndex: memberOf eq # The userPassword by default can be changed by the entry owning it if # they are authenticated. Others should not be able to see it, except