Add additional indexes
This commit is contained in:
parent
06561bd8b7
commit
85837fc860
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue