Commit dddf7ec732e73e74725773bca9e7cd6ad6b65b9a

Authored by Etienne Pallier
1 parent 00d88596

bugfix ldap connexion !!! (YOLO is not false)

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/Model/Table/LdapConnectionsTable.php
... ... @@ -266,7 +266,7 @@ class LdapConnectionsTable extends AppTable {
266 266 if (@ldap_bind($ldapConnection, $this->authenticationType . '=' . $login . ',' . $this->baseDn, $password)) {
267 267 return $this->getUserAttributes($login)[0];
268 268 } else {
269   - return "YOLO";
  269 + return false;
270 270 }
271 271  
272 272 }
... ...