Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
auth
Commits
0f958505
Commit
0f958505
authored
Oct 06, 2021
by
Bertrand Gauthier
Browse files
Merge branch 'sb/ldap_fail_event2' into 'master'
Sb/ldap fail event2 See merge request
!4
parents
90f2e862
74bc7d7f
Pipeline
#10976
passed with stage
in 18 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
0f958505
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.
src/UnicaenAuth/Authentication/Adapter/Ldap.php
View file @
0f958505
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment