erreur sur ldapadd organisation
This commit is contained in:
parent
4922fb1c89
commit
7fdf41aac8
|
@ -210,7 +210,7 @@ class LdapService
|
||||||
public function addOrganisations() {
|
public function addOrganisations() {
|
||||||
$ldapentrys=$this->searchdn($this->baseorganisation);
|
$ldapentrys=$this->searchdn($this->baseorganisation);
|
||||||
if(empty($ldapentrys)) {
|
if(empty($ldapentrys)) {
|
||||||
$this->addOrganisation($this->basedn);
|
$this->addOrganisation($this->baseorganisation);
|
||||||
}
|
}
|
||||||
|
|
||||||
$ldapentrys=$this->searchdn($this->baseniveau01,$this->baseorganisation);
|
$ldapentrys=$this->searchdn($this->baseniveau01,$this->baseorganisation);
|
||||||
|
|
Loading…
Reference in New Issue