ASKBOT / askbot-devel

Askbot is a Django/Python Q&A forum. **Contributors README**: https://github.com/ASKBOT/askbot-devel#how-to-contribute. Commercial hosting of Askbot and support are available at https://askbot.com
Other
1.57k stars 627 forks source link

Fixes LDAP login #925

Closed brunobastosg closed 1 year ago

brunobastosg commented 1 year ago

No need to call .encode(encoding) on the username / password

If you do, it raises the error TypeError: simple_bind() argument 1 must be str or None, not bytes

Closes #924

evgenyfadeev commented 1 year ago

thank you!

brunobastosg commented 1 year ago

@evgenyfadeev Any chance you could publish version 0.11.5 with this fix?

evgenyfadeev commented 1 year ago

done

brunobastosg commented 1 year ago

Thank you!!