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

Default empty attribs to empty string #20

Closed alandmoore closed 8 years ago

alandmoore commented 8 years ago

When LDAP has empty values for an attribute, default to an empty string rather than None. This fixes issue #19.

sjkingo commented 8 years ago

Thanks Alan, will release new version now