Muehlenhoff has submitted this change and it was merged. Change subject: Further updates to LDAP indices ......................................................................
Further updates to LDAP indices From the logs on seaborgium: Dec 9 11:30:02 seaborgium slapd[4659]: <= bdb_substring_candidates: (dc) not indexed Dec 9 11:30:02 seaborgium slapd[4659]: <= bdb_equality_candidates: (puppetClass) not indexed Change-Id: If48cb1a039d8734d6efb36559d1a756c878e262c --- M modules/openldap/templates/labs-indices.erb 1 file changed, 2 insertions(+), 1 deletion(-) Approvals: Muehlenhoff: Verified; Looks good to me, approved Alexandros Kosiaris: Looks good to me, but someone else must approve diff --git a/modules/openldap/templates/labs-indices.erb b/modules/openldap/templates/labs-indices.erb index 268fa03..c45e53e 100644 --- a/modules/openldap/templates/labs-indices.erb +++ b/modules/openldap/templates/labs-indices.erb @@ -2,7 +2,8 @@ index associatedDomain eq index aRecord eq index cNAMERecord eq -index dc eq +index dc eq,sub index puppetVar eq +index puppetClass eq index roleOccupant eq index aAAARecord eq -- To view, visit https://gerrit.wikimedia.org/r/257871 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: If48cb1a039d8734d6efb36559d1a756c878e262c Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Muehlenhoff <[email protected]> Gerrit-Reviewer: Alexandros Kosiaris <[email protected]> Gerrit-Reviewer: Muehlenhoff <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
