sjkingo / django_auth_ldap3

A library for connecting Django's authentication system to an LDAP directory
BSD 2-Clause "Simplified" License
23 stars 13 forks source link

Django 1.6 support broken #4

Closed sjkingo closed 9 years ago

sjkingo commented 9 years ago

When attempting to log in using a valid account and valid settings that work in Django 1.7, at some point we get an authentication failure (one of the auth functions must return None) when it shouldn't.

This really should work the same as 1.7 as we aren't touching any of the User models that changed in that version.

Consider it a blocker given Django 1.6 is still used widely.

sjkingo commented 9 years ago

And now I can't reproduce, so not sure what was going on there.

Django 1.6 support can be considered working.