Releases: Adldap2/Adldap2-Laravel
Releases · Adldap2/Adldap2-Laravel
v5.1.1
Fixed
- Models will no longer be duplicated with alternate casings in usernames - 0aa6f33, 293721c - #579
v5.1.0
Added
model
configuration option to allow the use of other default auth drivers and also import users using the adldap:import
command - 2e9e87f - #645
Changed
adldap:import
will now retrieve the model to use for importing by using the new model
configuration option or via the first authentication provider using the ldap
driver. This does not break backwards-compatibility - 9c58cb3 - #645
v5.0.2
Fixed
- Use
Hash::make()
instead of bcrypt()
to support new Argon2 algorithm - 40a2119 - #635, #627
- Allow extending the
DatabaseUserProvider
- d0640ad - #631
v5.0.1
Fixed
- Binding LDAP models to User models now works properly with a "remember me" token - ed2694d - #581
string
sync attributes are now always treated as LDAP fields and will return null when empty - 358446d - #620
Added
- More documentation and clarifications to the upgrade guide
v5.0.0
Changelog coming soon! Please read the update guide in the interim.
v4.0.10
Fixed
- Properly retrieve account prefix and suffix for logging - #584 - a5196cc
v4.0.9
Fixed
Hash::check()
causing exception in Laravel 5.7 - eeee47d - #586
v4.0.8
Fixed
- Properly check if the given field is an attribute handler - de5f6ad - #560
- Check the actual instance of the configured auth provider rather than checking its class name - 7daa878 - #575
v4.0.7
Fixed
UserResolver
now utilizes the current authentication provider correctly - #279 - cc16faf
v4.0.6
Added
- Check if the current Auth provider is Adldap before trying to bind user models - (488245e) - #463
Fixed
- Allow developers to use distinguished name short name (
dn
) inside their usernames.ldap.authenticate
configuration option - (425984c)