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

Releases: Adldap2/Adldap2-Laravel

v1.4.6

16 Feb 22:05
Compare
Choose a tag to compare

v1.4.5

11 Feb 20:00
Compare
Choose a tag to compare
  • Fixed Middleware bug not accounting for SSPIOmitDomain On, thanks to: @jspringe

v1.4.4

11 Feb 17:37
Compare
Choose a tag to compare
  • Small WindowsAuthenticate middleware tweak.

v1.4.3

11 Feb 17:33
Compare
Choose a tag to compare
  • Added Windows Authentication support via Middleware
  • Transferred some methods that were needed beyond the scope of the AdldapAuthUserProvider into a trait named ImportsUsers to be usable in the new Windows Authentication Middleware.

v1.4.2

09 Feb 17:12
Compare
Choose a tag to compare
  • Laravel 5.1 compatibility.

v1.4.1

11 Jan 20:43
Compare
Choose a tag to compare
Fix tests

v1.4.0

22 Dec 17:42
Compare
Choose a tag to compare
  • Laravel 5.2 Compatibility.

v1.3.9

09 Dec 15:27
Compare
Choose a tag to compare
  • Introduced login fallback feature.

v1.3.8

04 Dec 19:05
Compare
Choose a tag to compare
  • 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

25 Nov 17:07
Compare
Choose a tag to compare
Fix auto-connect option