This repository was archived by the owner on Jul 24, 2023. It is now read-only.
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:importcommand - Users with disabled active directory accounts will have their eloquent models soft-deleted (if supported) during the
adldap:importcommand - Added
findOrCreateModelFromAdldap(\Adldap\Models\User $user)to theImportsUserstrait, which locates or creates new eloquent models from their LDAP model - Small code doc tweaks