-
- Downloads
[FIX] auth_ldap: encode python ldap's output as utf8
Non-ascii characters in LDAP don't cause a python unicode string in
returned ldap entries, this commit fixes this.
Before this commit, further string operations on ldap values with
non-ascii characters fail.
closes odoo/odoo#40761
Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
Please register or sign in to comment