ldaptools / ldaptools-bundle

Provides easy LDAP integration for Symfony via LdapTools.
MIT License
49 stars 29 forks source link

Track last domain in authentication process #41

Open althaus opened 6 years ago

althaus commented 6 years ago

Hey,

to ease login error handling Symfony offers the AuthenticationUtils which track the last used username. The guard component already complies to this behaviour. I've implemented a multi-domain-login and added a guard authentication failure listener to just track the last used domain. Would be great if the bundle could do this out-of-the-box. 😃

Cheers Matthias

ChadSikorra commented 6 years ago

Sounds like a good idea to me. I've been slacking a little on adding to this bundle lately, with other things taking up my time. I'll see what I can do about getting this in.

althaus commented 6 years ago

I'll check if I can make a PR. Your bundle helped me a lot lately replacing the LDAP part from Symfony. ;-)