This repository was archived by the owner on Jul 24, 2023. It is now read-only.
Releases: Adldap2/Adldap2-Laravel
Releases · Adldap2/Adldap2-Laravel
v1.2.2
- You can now inject the Adldap contract into controllers etc to retrieve your Adldap instance.
v1.2.1
Auth Provider Tweaks:
- Only search for authenticated users if
bind_user_to_model
is true - Added override for
retrieveByToken()
method
v1.2.0
v1.1.2
- Added
bind_user_to_model
configuration open for authentication with theadldap
driver
v1.1.1
- Added
adldap
authentication driver for laravel
v1.1.0
- Update for Adldap 5.1
v1.0.2
Merge pull request #1 from eseyden/master Support PHP 5.4
v1.0.1
- Added config merging to the service provider
v1.0.0
- First release.