Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

LDAP Address Book does not work when composing a message

LDAP Address Book is configured to access Active Directory with a bind login, port 636. Directory works while in Address Book tab: searching for names returns results. No errors in Developers' Error Console.

Address search/autocompletion does not work while in message compose window. Directory is selected in Account Settings > Addressing. Error Console shows:

mailnews.ldap: error { target: TCPSocket, isTrusted: true, name: "ConnectionRefusedError", message: "Network", errorCode: 2152398861, srcElement: TCPSocket, currentTarget: TCPSocket, eventPhase: 2, bubbles: false, cancelable: false, … } (LDAPClient.sys.mjs:264:18) It also shows 'port: 0', perhaps should use port: 636.

target: TCPSocket { host: "xxx.xxx.xxx", port: 0, ssl: true, … } Is this a known issue? Is there a fix/workaround? Thunderbird 142.0 (64-bit) on Debian Sid.

LDAP Address Book is configured to access Active Directory with a bind login, port 636. Directory works while in Address Book tab: searching for names returns results. No errors in Developers' Error Console. Address search/autocompletion does not work while in message compose window. Directory is selected in Account Settings > Addressing. Error Console shows: mailnews.ldap: error { target: TCPSocket, isTrusted: true, name: "ConnectionRefusedError", message: "Network", errorCode: 2152398861, srcElement: TCPSocket, currentTarget: TCPSocket, eventPhase: 2, bubbles: false, cancelable: false, … } (LDAPClient.sys.mjs:264:18) ​ It also shows 'port: 0', perhaps should use port: 636. target: TCPSocket { host: "xxx.xxx.xxx", port: 0, ssl: true, … } ​ Is this a known issue? Is there a fix/workaround? Thunderbird 142.0 (64-bit) on Debian Sid.

Alle Antworten (1)

Found this: https://www.reddit.com/r/Thunderbird/comments/z8y9j4/composing_addresses_from_adldap_directory_not/

Prepending org. unit "ou=..." to Base DN makes it work.