This repository was archived by the owner on Jul 24, 2023. It is now read-only.
Releases: Adldap2/Adldap2-Laravel
Releases · Adldap2/Adldap2-Laravel
v3.0.5
Fixed
- Re-published
v3.0.5
with correct commits adldap:import
will now import users automatically when running with--no-interaction
flag
v3.0.4
v3.0.3
v3.0.2
v3.0.1
v3.0.0
- Refactored & more features. Please read the upgrade guide.
v2.1.3
- Fixed #181 (Soft deleted users will now be rejected upon authentication)
- Added new event
Adldap\Laravel\Events\AuthenticatedModelTrashed
, which is fired when a user successfully authenticates to the LDAP server, but is rejected due to their model being soft-deleted - Added progress bar to
adldap:import
command - Users with disabled active directory accounts will have their eloquent models soft-deleted (if supported) during the
adldap:import
command - Added
findOrCreateModelFromAdldap(\Adldap\Models\User $user)
to theImportsUsers
trait, which locates or creates new eloquent models from their LDAP model - Small code doc tweaks
v2.1.2
- Refactored
ImportCommand
- Tweaked and added more docs
v2.1.1
- Added missing windows auth configuration option
- Small test tweaks