Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

v2.1.3

Compare
Choose a tag to compare
@stevebauman stevebauman released this 05 Oct 19:43
· 809 commits to master since this release
  • 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 the ImportsUsers trait, which locates or creates new eloquent models from their LDAP model
  • Small code doc tweaks