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

None user error #22

Open MVelascoFlores opened 5 years ago

MVelascoFlores commented 5 years ago

I get all the data in the correct way using cli but in python using this library with the same data i get a None value i don't know how to see the logger error

sjkingo commented 5 years ago

Could you please paste whatever error output you are getting, and the code that triggers that error? Thanks