Add additional indexes

This commit is contained in:
paul 2019-04-18 21:28:44 +02:00
parent 06561bd8b7
commit 85837fc860

View file

@ -137,11 +137,12 @@ olcRootDN: cn=admin,@SUFFIX@
olcRootPW: @PASSWORD@ olcRootPW: @PASSWORD@
# Indexing options for database #1 # Indexing options for database #1
olcDbIndex: objectClass eq olcDbIndex: objectClass eq
olcDbIndex: cn,uid eq olcDbIndex: cn,uid eq,pres
olcDbIndex: uidNumber,gidNumber eq olcDbIndex: uidNumber,gidNumber eq,pres
olcDbIndex: member,memberUid eq olcDbIndex: member,memberUid eq
# additional attributes # additional attributes
olcDbIndex: mail,associatedDomain eq olcDbIndex: mail,associatedDomain eq,pres
olcDbIndex: mailLocalAddress,mailRoutingAddress eq,pres
olcDbIndex: memberOf eq olcDbIndex: memberOf eq
# The userPassword by default can be changed by the entry owning it if # 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 # they are authenticated. Others should not be able to see it, except