Closed brunobastosg closed 1 year ago
No need to call .encode(encoding) on the username / password
.encode(encoding)
If you do, it raises the error TypeError: simple_bind() argument 1 must be str or None, not bytes
Closes #924
thank you!
@evgenyfadeev Any chance you could publish version 0.11.5 with this fix?
done
Thank you!!
No need to call
.encode(encoding)
on the username / passwordIf you do, it raises the error TypeError: simple_bind() argument 1 must be str or None, not bytes
Closes #924