From e33a027d49602ad419b92d285a93e64ddb65c06b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= <come.bernigaud@opensides.be> Date: Wed, 7 Oct 2015 10:10:11 +0200 Subject: [PATCH] Fixes #4179 Template fields should accept all characters --- 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 828ae9a9f..2ac801beb 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 caseExactIA5Match - SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) + EQUALITY caseExactMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15) # Objectclasses objectclass (1.3.6.1.4.1.38414.38.2.1 NAME 'fdTemplate' -- GitLab