This commit is contained in:
kakwa 2019-02-08 20:38:03 +01:00
parent 18fdeb483e
commit 42759f1cc4
1 changed files with 1 additions and 0 deletions

View File

@ -323,6 +323,7 @@ class Backend(ldapcherry.backend.Backend):
if s is None:
return None
return s.encode('utf-8')
def _uni(self, s):
"""bytes -> unicode conversion"""
if s is None: