Closed
Bug 146169
Opened 23 years ago
Closed 11 months ago
need hostname in LDAP connection error
Categories
(MailNews Core :: LDAP Integration, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: bugzilla, Unassigned)
Details
Currently it's impossible to see which LDAP server that was actually failing.
The dialog says:
"Error code 0x804b001e: Host not found
Verify that the Hostname is correct"
Errors in that dialog:
1. No normal user have no idea what "Error code 0x804b001e" is
2. Missing hostname
3. why is "Hostname" with "H" and not just "h"
The dialog should be something like this:
"Host ldap.invalid.net not found
Verify that the hostname is correct"
20020521
Updated•23 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Future
Updated•20 years ago
|
Product: MailNews → Core
Comment 2•18 years ago
|
||
Assigning bugs that I'm not actively working on back to nobody; use SearchForThis as a search term if you want to delete all related bugmail at once.
Assignee: dmose → nobody
Status: ASSIGNED → NEW
Updated•17 years ago
|
QA Contact: grylchan → ldap-integration
Assignee | ||
Updated•17 years ago
|
Product: Core → MailNews Core
If this is the error message you talk about:
http://mxr.mozilla.org/comm-central/search?string=Verify+that+the+Hostname+is+correct&find=&findi=&filter=^[^\0]*%24&hitlimit=ldap&tree=comm-central
then it seems the message has been changed since. Is this still valid?
Target Milestone: Future → ---
Comment 4•13 years ago
|
||
That's probably this error:
http://hg.mozilla.org/comm-central/annotate/e887b0628481/mailnews/addrbook/src/nsAbLDAPAutoCompFormatter.cpp#l241
http://hg.mozilla.org/comm-central/annotate/e887b0628481/mail/locales/en-US/chrome/messenger/addressbook/ldapAutoCompErrs.properties#l79
If you're touching those then we should move away from numbers for strings to proper strings.
I have done that in bug 57115, but I am not sure I want to get into that again :)
And I couldn't test it, I do not use LDAP in any way.
But thanks for the pointer for whomever will work on this.
Updated•2 years ago
|
Severity: normal → S3
Comment 6•11 months ago
|
||
ldap as been rewritten in js
Status: NEW → RESOLVED
Closed: 11 months ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•