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

Bug fix for AD case insensitivity #8

Closed rmassoth closed 9 years ago

rmassoth commented 9 years ago

Forced username to lower because AD is case insensitive. Django will create new users otherwise.

sjkingo commented 9 years ago

From issue #7

sjkingo commented 9 years ago

(hopefully) fixed in issue #7