Closed
Bug 674648
Opened 14 years ago
Closed 14 years ago
ldapconnection.py add better error response when server is down
Categories
(Cloud Services :: Server: Core, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: telliott, Assigned: tarek)
References
Details
(Whiteboard: [qa+])
Attachments
(1 file)
|
1.74 KB,
patch
|
rmiller
:
review+
|
Details | Diff | Splinter Review |
line 158 of user/ldapconnection.py
if not connected:
raise BackendError(str(e))
If the server is down, e is None at that point. It should at least specify "unable to connect to server" and ideally the connection it tried to make
| Assignee | ||
Comment 1•14 years ago
|
||
yeah, we can also set server= so it's dumped
| Assignee | ||
Updated•14 years ago
|
Assignee: nobody → tarek
| Assignee | ||
Comment 2•14 years ago
|
||
Attachment #548959 -
Flags: review?(rmiller)
Updated•14 years ago
|
Attachment #548959 -
Flags: review?(rmiller) → review+
| Assignee | ||
Comment 3•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 4•14 years ago
|
||
QA to work with OPs to bring a server down and check for appropriate error(s).
Whiteboard: [qa+]
You need to log in
before you can comment on or make changes to this bug.
Description
•