mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-03 11:57:41 +02:00
fix unicode
This commit is contained in:
parent
b5a8e302d1
commit
147cad3511
14 changed files with 26 additions and 9 deletions
|
@ -372,6 +372,11 @@ class LdapCherry(object):
|
|||
attrid = self.attributes.backend_attributes[b][attr]
|
||||
if not attr in ret:
|
||||
ret[attrid] = tmp[attr]
|
||||
|
||||
cherrypy.log.error(
|
||||
msg = "user '" + username + "' attributes " + str(ret),
|
||||
severity = logging.DEBUG
|
||||
)
|
||||
return ret
|
||||
|
||||
def _parse_params(self, params):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue