first commit symfony 6
This commit is contained in:
@ -49,7 +49,7 @@ class LdapService
|
||||
}
|
||||
|
||||
public function isNine2Ldap() {
|
||||
return ($this->connect()&&$this->appMasteridentity=="SQL"&&$this->synchro=="NINE2LDAP"&&$this->userwriter&&$this->baseorganisation&&$this->baseniveau01&&$this->baseniveau02&&$this->basegroup&&$this->baseuser);
|
||||
return ($this->appMasteridentity=="SQL"&&$this->synchro=="NINE2LDAP"&&$this->userwriter&&$this->baseorganisation&&$this->baseniveau01&&$this->baseniveau02&&$this->basegroup&&$this->baseuser&&$this->connect());
|
||||
}
|
||||
|
||||
public function connect() {
|
||||
|
Reference in New Issue
Block a user