From e8f85200c4c66332bba777f1f981ba355f556729 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=B4me=20Chilliet?= <come@opensides.be>
Date: Thu, 27 Jun 2019 16:08:02 +0200
Subject: [PATCH] :ambulance: fix(5721) Allow unicode in fdDepartmentCategories

Just in case

issue #5721
---
 contrib/openldap/core-fd-conf.schema | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/contrib/openldap/core-fd-conf.schema b/contrib/openldap/core-fd-conf.schema
index 592390eb7..399caefad 100644
--- a/contrib/openldap/core-fd-conf.schema
+++ b/contrib/openldap/core-fd-conf.schema
@@ -377,9 +377,9 @@ attributetype ( 1.3.6.1.4.1.38414.8.18.6 NAME 'fdAclTabOnObjects'
 
 attributetype ( 1.3.6.1.4.1.38414.8.18.7 NAME 'fdDepartmentCategories'
   DESC 'FusionDirectory - available categories for departments'
-  EQUALITY caseExactIA5Match
-  SUBSTR caseExactIA5SubstringsMatch
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
+  EQUALITY caseExactMatch
+  SUBSTR caseExactSubstringsMatch
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
 
 attributetype ( 1.3.6.1.4.1.38414.8.18.8 NAME 'fdDefaultShell'
   DESC 'FusionDirectory - default shell'
-- 
GitLab