mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Do not index cn,mail and virtualdomain as it's causing some weird issues in the mail stack ...
This commit is contained in:
parent
5e93b5cfd9
commit
7ecd606d04
1 changed files with 2 additions and 2 deletions
|
@ -66,10 +66,10 @@ directory "/var/lib/ldap"
|
|||
index objectClass eq
|
||||
index uid,sudoUser eq,sub
|
||||
index entryCSN,entryUUID eq
|
||||
index cn,mail eq
|
||||
#index cn,mail eq
|
||||
#index gidNumber,uidNumber eq
|
||||
index member,memberUid,uniqueMember eq
|
||||
index virtualdomain eq
|
||||
#index virtualdomain eq
|
||||
|
||||
# Save the time that the entry gets modified, for database #1
|
||||
lastmod on
|
||||
|
|
Loading…
Add table
Reference in a new issue