keystone/releasenotes/notes/bug-1738895-342864cd0285bc42.yaml
wangxiyuan e7a4d43ece Fix list users by name
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
2018-02-03 15:50:29 +08:00

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.