mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-26 09:16:38 +00:00
add ldif for indices
solves https://github.com/zokradonh/kopano-docker/issues/17
This commit is contained in:
parent
faeaf75183
commit
2f2e850e02
14
ldap-demo/bootstrap/ldif/optimize-index.ldif
Normal file
14
ldap-demo/bootstrap/ldif/optimize-index.ldif
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
dn: olcDatabase={1}hdb,cn=config
|
||||||
|
changetype: modify
|
||||||
|
add: olcDbIndex
|
||||||
|
olcDbIndex: cn eq
|
||||||
|
olcDbIndex: gidNumber eq
|
||||||
|
olcDbIndex: mail eq
|
||||||
|
olcDbIndex: memberUid eq
|
||||||
|
olcDbIndex: ou eq
|
||||||
|
olcDbIndex: uid eq
|
||||||
|
olcDbIndex: uidNumber eq
|
||||||
|
olcDbIndex: uniqueMember eq
|
||||||
|
olcDbIndex: kopanoAccount eq
|
||||||
|
olcDbIndex: kopanoAliases eq
|
||||||
|
olcDbIndex: kopanoViewPrivilege eq
|
Loading…
x
Reference in New Issue
Block a user