From 7fdf41aac8b19ced2dd4f14c8ec5977406deacd2 Mon Sep 17 00:00:00 2001 From: Arnaud Fornerot Date: Mon, 22 Aug 2022 13:13:10 +0200 Subject: [PATCH] erreur sur ldapadd organisation --- src/Service/LdapService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Service/LdapService.php b/src/Service/LdapService.php index 8443ffa..fe3ac07 100644 --- a/src/Service/LdapService.php +++ b/src/Service/LdapService.php @@ -210,7 +210,7 @@ class LdapService public function addOrganisations() { $ldapentrys=$this->searchdn($this->baseorganisation); if(empty($ldapentrys)) { - $this->addOrganisation($this->basedn); + $this->addOrganisation($this->baseorganisation); } $ldapentrys=$this->searchdn($this->baseniveau01,$this->baseorganisation);