From ac1def3e95436dd4bc501990bfd3fc8019b94218 Mon Sep 17 00:00:00 2001 From: Mortier Benoit <benoit.mortier@opensides.be> Date: Tue, 1 Mar 2016 22:33:18 +0100 Subject: [PATCH] Fixes: #4530 in the department and organization we need to add the labeledUri Added missing labeledURI into gosaDepartment Signed-off-by: Mortier Benoit <benoit.mortier@opensides.be> --- contrib/openldap/core-fd.schema | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/openldap/core-fd.schema b/contrib/openldap/core-fd.schema index 95eb63ed1..54d111b69 100644 --- a/contrib/openldap/core-fd.schema +++ b/contrib/openldap/core-fd.schema @@ -108,7 +108,7 @@ objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.3 NAME 'gosaCacheEntry' SUP top STRUCTU objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.4 NAME 'gosaDepartment' SUP top AUXILIARY DESC 'GOsa - Class to mark Departments for GOsa' MUST ( ou $ description ) - MAY ( manager $ co ) ) + MAY ( manager $ co $ labeledURI ) ) objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.6 NAME 'gosaAccount' SUP top AUXILIARY DESC 'GOsa - Class for GOsa Accounts' -- GitLab