keystone/releasenotes/notes/bug-1684994-264fb8f182ced180.yaml
Gage Hugo 91f3a2044b Clarify LDAP invalid credentials exception
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
2017-06-29 16:17:06 -05:00

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.