Changeset - 1943c6f00cd8
stable
0
1
0
user: allow LDAP users with non-ASCII characters in the DN
The database and sqlalchemy use unicode, so any attempt at storing encoded data
is wrong and might fail.
Thus, use safe_unicode instead of encoding it using safe_str.
The database and sqlalchemy use unicode, so any attempt at storing encoded data
is wrong and might fail.
Thus, use safe_unicode instead of encoding it using safe_str.
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
0 comments (0 inline, 0 general)