Comment 20 for bug 1832265

Revision history for this message
James Page (james-page) wrote : Re: keystone LDAP integration in rocky not working for RBAC rules or token auth

I feel this might be two bugs; one related to encoding of LDAP responses and the other due to behavioural changes - if that is the case we need to split them apart.

With regards to python3 encoding - the last three commits in master branch on token_formatters.py are related to py3 encoding - I think we need to pick those:

https://opendev.org/openstack/keystone/commit/79f468bad64c04a61e829029657fa6e905c610dd
https://opendev.org/openstack/keystone/commit/44c1b3d28407b66d2a854105f210d53f7cdd6b6f
https://opendev.org/openstack/keystone/commit/af3aef940c0162f12752a65282368d16c2d17c4f

One of the first two should cover the user_id encoding issue.