Lucterios2 / django_auth_ldap3_ad

Simple LDAP/AD auth module for django
https://pypi.python.org/pypi/django-auth-ldap3-ad
GNU General Public License v3.0
45 stars 25 forks source link

Fix for issue #16 #17

Closed cdobbyn closed 7 years ago

cdobbyn commented 7 years ago

Add six/string_types to fix isinstance() error only using a single character. This issue would occur if the Python version was still 2.x.