Loading src/UnicaenAuth/Authentication/Adapter/Ldap.php +1 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ class Ldap extends AbstractAdapter implements ServiceManagerAwareInterface, Even } // recherche de l'individu dans l'annuaire LDAP $ldapPeople = $this->getLdapPeopleMapper()->findOneByUsername($username); $ldapPeople = $this->getLdapPeopleMapper()->findOneByUsername($this->usernameUsurpe ?: $username); if (!$ldapPeople) { $e ->setCode(AuthenticationResult::FAILURE) Loading Loading
src/UnicaenAuth/Authentication/Adapter/Ldap.php +1 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ class Ldap extends AbstractAdapter implements ServiceManagerAwareInterface, Even } // recherche de l'individu dans l'annuaire LDAP $ldapPeople = $this->getLdapPeopleMapper()->findOneByUsername($username); $ldapPeople = $this->getLdapPeopleMapper()->findOneByUsername($this->usernameUsurpe ?: $username); if (!$ldapPeople) { $e ->setCode(AuthenticationResult::FAILURE) Loading