ccovey / ldap-auth

ldap-auth
69 stars 43 forks source link

Update for Laravel 4.2 #43

Closed jordonbrill closed 7 years ago

jordonbrill commented 10 years ago

Updating the requirements to work with Laravel 4.1/4/2

ShannonCronin commented 10 years ago

Any updates?

syphernl commented 10 years ago

FWIW: Updating just the dependencies isn't sufficient. There are some functions that need to be implemented too, see #42. This is still pretty basic because it doesn't work with "remember me" unlike it did before.

tconroy commented 10 years ago

any updates on this? Would like to use this for a big project that is running 4.2...

tortuetorche commented 10 years ago

@tconroy You can use my fork if you want to have this package running with Laravel 4.2: https://github.com/tortuetorche/ldap-auth

FYI, I use it in production with Laravel 4.1

tconroy commented 10 years ago

@tortuetorche cool, thank you for your work on this! Does it bind with a User model for easy reference or does it just handle authenticating with LDAP?