From 9eca28bb4af0fa4e4b4e36d839d60dcbbd86b03c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=B4me=20Chilliet?= <come@opensides.be>
Date: Tue, 28 Feb 2017 15:10:07 +0100
Subject: [PATCH] Fixes #5358 Using octetString for templateField to support
 images as well

---
 contrib/openldap/template-fd.schema | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/openldap/template-fd.schema b/contrib/openldap/template-fd.schema
index 2ac801beb..1a4047072 100644
--- a/contrib/openldap/template-fd.schema
+++ b/contrib/openldap/template-fd.schema
@@ -5,8 +5,8 @@
 # Attributes
 attributetype ( 1.3.6.1.4.1.38414.38.1.1 NAME 'fdTemplateField'
   DESC 'FusionDirectory - template field'
-  EQUALITY caseExactMatch
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
+  EQUALITY octetStringMatch
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40)
 
 # Objectclasses
 objectclass (1.3.6.1.4.1.38414.38.2.1 NAME 'fdTemplate'
-- 
GitLab