e7a4d43ece
When attempting to filter users by name, it works for local users, but doesn't work for federated users. This patch fixed this error. Change-Id: I1bee51c2be81dbddd9d849731ab53728c86b2765 Closes-bug: #1738895
8 lines
270 B
YAML
8 lines
270 B
YAML
---
|
|
fixes:
|
|
- |
|
|
[`bug 1738895 <https://bugs.launchpad.net/keystone/+bug/1738895>`_]
|
|
Fixed the bug that federated users can't be listed by `name` filter. Now
|
|
when list users by `name`, Keystone will query both local user backend and
|
|
shadow user backend.
|