yunohost/data/templates/slapd
MCMic a1ab50dcf1
Add indexes for fields listed by slapd in the logs
I get lots of suggestion of indexes by slapd in my logs:

 <= mdb_equality_candidates: (cn) not indexed
 <= mdb_equality_candidates: (gidNumber) not indexed
 <= mdb_equality_candidates: (mail) not indexed
 <= mdb_equality_candidates: (member) not indexed
 <= mdb_equality_candidates: (memberUid) not indexed
 <= mdb_equality_candidates: (sudoUser) not indexed
 <= mdb_equality_candidates: (uidNumber) not indexed
 <= mdb_equality_candidates: (uniqueMember) not indexed
 <= mdb_equality_candidates: (virtualdomain) not indexed
 <= mdb_substring_candidates: (sudoUser) not indexed

Since Yunohost makes it hard to edit LDAP server configuration (see https://github.com/YunoHost/issues/issues/1350), the default configuration should contain indexes for the fields used by Yunohost a lot.
2019-05-23 14:49:27 +00:00
..
ldap.conf [fix] Add a proper conf for LDAP (Issue 1218) (#554) 2018-10-24 21:04:01 +02:00
mailserver.schema [fix] Indent properly to avoid unwanted differences 2015-09-29 14:36:46 +00:00
slapd.conf Add indexes for fields listed by slapd in the logs 2019-05-23 14:49:27 +00:00
slapd.default only open socket to localhost 2019-04-11 23:03:57 +02:00
sudo.schema [fix] Copy sudo.schema 2015-10-01 19:04:39 -04:00