This repository has been archived by the owner on Jul 24, 2023. It is now read-only.
Releases: Adldap2/Adldap2-Laravel
Releases · Adldap2/Adldap2-Laravel
v6.1.7
Added
- Laravel 10.x Compatibility by @laravel-shift - #932
v6.1.6
Added
- Laravel 9 support
v6.1.5
v6.1.4
Fixed
$user
variable not defined with recent PR - 68bb780 - #897 (comment)
v6.1.3
Fixed
- Enabling
login_fallback
will now bypass LDAP bind failures and continue execution - #897 - 066715e - Thanks to @ivanwitzke
v6.1.2
v6.1.1
v6.1.0
Changed
- Lazily connect to LDAP connections during authentication - ea14abb - #855 - Thanks to @KenoKokoro
- Forward missing method calls to
EloquentUserProvider
inDatabaseUserProvider
- 51c0f28