Comment 140 for bug 233901

Revision history for this message
In , Gregg-gbcomputers (gregg-gbcomputers) wrote :

It appears getLDAPAttributes() Win32 still fails on Win32. The popup error
message is:
 Netscape.cfg/AutoConfig failed. Please contact your System Administator
 Error: getLDAPAttibutes failed: [Exception... "Component returned failure code:
0x80570018 (NS_ERROR_XPC_BAD_IID)[nsIJSCID.createInstance]" nsresult:
"0x80570018 (NS_ERROR_XPC_BAD_IID)" Location: "JS frame :: file:///c:\Program
Files\Mozilla Thunderbird\defaults\autoconfig\prefcalls.js :: getLDAPAttributes
:: line 176" data:no]

This is on TBird version 1.0+ (20050626) - which from what I understand should
already have both autoconfig and ldap support compiled in. Correct?

My testing/static getLDAPAttributes() call:
getLDAPAttributes("ldap.domain.com","ou=People,dc=domain,dc=com","uid=validuid","uid,cn,mail
");

The DN which contains the valid UID is actually under
ou=PDX,ou=People,dc=domain,dc=com, though I assume the lookup will search
subcontainers without issue.