From 60cc3eb27ab5fbb6bc7916c7732931ba5027390c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=B4me=20Chilliet?= <come.chilliet@fusiondirectory.org>
Date: Thu, 20 Aug 2020 10:56:19 +0200
Subject: [PATCH] :ambulance: fix(core) Add a SUBSTR matching for
 fdTemplateField to allow search

This should allow to search in template fields

issue #6107
---
 contrib/openldap/template-fd.schema | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/openldap/template-fd.schema b/contrib/openldap/template-fd.schema
index 1a4047072..a90ca8707 100644
--- a/contrib/openldap/template-fd.schema
+++ b/contrib/openldap/template-fd.schema
@@ -6,6 +6,7 @@
 attributetype ( 1.3.6.1.4.1.38414.38.1.1 NAME 'fdTemplateField'
   DESC 'FusionDirectory - template field'
   EQUALITY octetStringMatch
+  SUBSTR caseIgnoreSubstringsMatch
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.40)
 
 # Objectclasses
-- 
GitLab