diff --git a/CHANGELOG.md b/CHANGELOG.md index e89d13416ec804d14fb5d5adc81e1471af14d7e0..e0f78ce9442195ef31a83adb4a0570a44d67e893 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ CHANGELOG ========= + +3.2.6 / 3.2.7 +----- + +- Ajout d'un événement avec le détail des erreurs LDAP + 3.2.5 ----- - [FIX] Petite correction d'une NOTICE qui apparaissait lorsqu'on se déconnectait. @@ -79,4 +85,4 @@ CHANGELOG 3.0.0 (17/09/2019) ------------------ -Première version officielle sous ZF3. \ No newline at end of file +Première version officielle sous ZF3. diff --git a/src/UnicaenAuth/Authentication/Adapter/Ldap.php b/src/UnicaenAuth/Authentication/Adapter/Ldap.php index d31d5aa2e372f5e4b2742556224a3d696b61e546..a3edc9af9337266e775e71299f24bb4ada886ec9 100644 --- a/src/UnicaenAuth/Authentication/Adapter/Ldap.php +++ b/src/UnicaenAuth/Authentication/Adapter/Ldap.php @@ -10,6 +10,7 @@ use UnicaenAuth\Service\User; use Zend\Authentication\Adapter\Ldap as LdapAuthAdapter; use Zend\Authentication\Exception\ExceptionInterface; use Zend\Authentication\Result as AuthenticationResult; +use Zend\EventManager\Event; use Zend\EventManager\EventInterface; use Zend\EventManager\EventManager; use Zend\EventManager\EventManagerAwareInterface;