91f3a2044b
This change catches the invalid credentials exception when binding with LDAP and responds with a more clear error message of "Invalid username or password" instead of just supplying the default 500 error message. Change-Id: I523dd816333ad76cde8f18ae0fa43040a4478524 Closes-Bug: #1684994
9 lines
323 B
YAML
9 lines
323 B
YAML
---
|
|
fixes:
|
|
- |
|
|
[`bug 1684994 <https://bugs.launchpad.net/keystone/+bug/1684994>`_]
|
|
This catches the ldap.INVALID_CREDENTIALS exception thrown when
|
|
trying to connect to an LDAP backend with an invalid username
|
|
or password, and emits a message back to the user instead of
|
|
the default 500 error message.
|