UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 36: ordinal not in range(128)

Bug #1810441 reported by Vidmantas
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
OpenStack Identity (keystone)
New
Undecided
Unassigned

Bug Description

Hi,
keystone-ldap deployment
18.04 LTS bionic Queens Openstack
We are trying to set up ldap

File "/usr/lib/python2.7/dist-packages/keystone/identity/backends/ldap/core.py", line 87, in list_users
    return self.user.get_all_filtered(hints)
  File "/usr/lib/python2.7/dist-packages/keystone/identity/backends/ldap/core.py", line 327, in get_all_filtered
    for user in self.get_all(query, hints)]
  File "/usr/lib/python2.7/dist-packages/keystone/identity/backends/ldap/core.py", line 319, in get_all
    hints=hints)
  File "/usr/lib/python2.7/dist-packages/keystone/identity/backends/ldap/common.py", line 1856, in get_all
    ref = super(EnabledEmuMixIn, self).update(object_id, data, old_obj)
  File "/usr/lib/python2.7/dist-packages/keystone/identity/backends/ldap/common.py", line 1558, in get_all
    modlist = []
  File "/usr/lib/python2.7/dist-packages/keystone/common/driver_hints.py", line 42, in wrapper
    return f(self, hints, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/keystone/identity/backends/ldap/common.py", line 1493, in _ldap_get_all
    sizelimit = hints.limit['limit']
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 36: ordinal not in range(128)

summary: - ackends/ldap/core.py", line 87, in list_users return
- self.user.get_all_filtered(hints) File "/usr/lib/python2.7/dist-
- packages/keystone/identity/backends/ldap/core.py", line 327, in
- get_all_filtered for user in self.get_all(query, hints)] File
- "/usr/lib/python2.7/dist-
- packages/keystone/identity/backends/ldap/core.py", line 319, in get_all
- hints=hints) File "/usr/lib/python2.7/dist-
- packages/keystone/identity/backends/ldap/common.py", line 1856, in
- get_all ref = super(EnabledEmuMixIn, self).update(object_id, data,
- old_obj) File "/usr/lib/python2.7/dist-
- packages/keystone/identity/backends/ldap/common.py", line 1558, in
- get_all modlist = [] File "/usr/lib/python2.7/dist-
- packages/keystone/common/driver_hints.py", line 42, in wrapper
- return f(self, hints, *args, **kwargs) File "/usr/lib/python2.7/dist-
- packages/keystone/identity/backends/ldap/common.py", line 1493, in
- _ldap_get_all sizelimit = hints.limit['limit'] UnicodeDecodeError:
- 'ascii' codec can't decode byte 0xc5 in position 36: ordinal not in
- range(128)
+ UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 36:
+ ordinal not in range(128)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.