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.4.6
- Merged #57 thanks to: @darthtaco
- Small documentation tweaks
v1.4.5
v1.4.4
- Small
WindowsAuthenticate
middleware tweak.
v1.4.3
- Added Windows Authentication support via Middleware
- Transferred some methods that were needed beyond the scope of the
AdldapAuthUserProvider
into a trait namedImportsUsers
to be usable in the new Windows Authentication Middleware.
v1.4.2
- Laravel 5.1 compatibility.
v1.4.1
Fix tests
v1.4.0
- Laravel 5.2 Compatibility.
v1.3.9
- Introduced login fallback feature.
v1.3.8
- Added ability to add a callback for sync attributes. This allows you to create a attribute handler class that accepts the User model upon synchronization of the specific attribute, and you can return whichever values you please to the Laravel model.
v1.3.7
Fix auto-connect option