From 645625362aa92a320cccd2c2c0cab2b566d85e15 Mon Sep 17 00:00:00 2001 From: Thibault Dockx <thibault.dockx@fusiondirectory.org> Date: Mon, 5 Feb 2024 14:54:55 +0000 Subject: [PATCH] :sparkles: Feat(CORE) - Schema updates - part 2 Shema update part 2 --- contrib/openldap/core-fd.schema | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/openldap/core-fd.schema b/contrib/openldap/core-fd.schema index 31a2a8d0b..070a1ba9f 100644 --- a/contrib/openldap/core-fd.schema +++ b/contrib/openldap/core-fd.schema @@ -150,9 +150,9 @@ attributetype ( 1.3.6.1.4.1.38414.62.1.65 NAME 'fdTasksLifeCycleMembers' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.38414.62.1.66 NAME 'fdTasksLifeCycleListOfDN' -DESC 'Fusion Directory - Emails derived from DN' -EQUALITY caseExactMatch -SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) + DESC 'Fusion Directory - Emails derived from DN' + EQUALITY caseExactMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) ## Previous / existing states ## -- GitLab