From 736b60f2d93d99361146e339265f90d2c3b9d3d7 Mon Sep 17 00:00:00 2001 From: David Surville <david.surville@unicaen.fr> Date: Fri, 1 Apr 2022 09:49:57 +0200 Subject: [PATCH] =?UTF-8?q?[Fix]=20L'objectClass=20"ucbnEntite"=20n'existe?= =?UTF-8?q?=20plus=20dans=20le=20sch=C3=A9ma=20Ldap=20unicaen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/UnicaenLdap/Entity/Base/Structure.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/UnicaenLdap/Entity/Base/Structure.php b/src/UnicaenLdap/Entity/Base/Structure.php index 76007e2..c44a3fa 100644 --- a/src/UnicaenLdap/Entity/Base/Structure.php +++ b/src/UnicaenLdap/Entity/Base/Structure.php @@ -25,7 +25,6 @@ class Structure extends Entity 'top', 'organizationalUnit', 'supannEntite', - 'ucbnEntite', ]; /** -- GitLab