Actions
Patch #21137
closedRescue network level errors with LDAP auth
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Right now, only a small number of possible error cases is rescue inside the AuthSourceLdap model are rescued, namely errors happening on the LDAP protocol itself. This results in plain (and not really helpful) 500 errors on login for many common transient network errors, including an unstable connection between the app and the LDAP server, TLS certificate issues, DNS issues, changed firewalls...
The attached patch against current trunk at r14793 provides a list of exceptions that are explicitly rescued to show a nice error message to the user instead of just failing with an HTTP 500. This should result in much more pleasant experience for people using LDAP auth.
This patch was extracted from Planio.
Files
Related issues
Updated by Jean-Philippe Lang about 9 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
Thanks.
Updated by Go MAEDA almost 3 years ago
- Related to Defect #5592: Better error page on LDAP Authentication error added
Actions