Spletno mesto bo delovalo z omejenimi zmožnostmi, medtem ko na njem izvajamo vzdrževalna dela za vas. Če članki ne rešijo vaše težave in želite zastaviti vprašanje, naša skupnost za podporo čaka na vas na @FirefoxSupport na Twitterju in na /r/firefox na Redditu.

Iskanje po podpori

Izogibajte se prevarantski tehnični podpori. Nikoli vam ne bomo naročili, da pokličete telefonsko številko ali nam pošljete osebne podatke. Sumljivo dejavnost prijavite z gumbom »Prijavi zlorabo«.

Več o tem

Adress completion from LDAP server does not work since about 6 month

  • 1 odgovor
  • 1 ima to težavo
  • 4 ogledi
  • Zadnji odgovor od jeff38

more options

Hi,

My configuration of Thunderbird has not been changed, but since about 6 month the auto-completion of user address from the LDAP does not work anymore (today I use the 31.4 Linux version). I have reproduce the problem with Debian and ArchLinux. With and "old" 24 version it still works fine.

Some more details : Auto-completion does not work at all. Search in ldap-addressbook a user takes about 30 to 40 secondes to find matching users (before it was 2 or 3 sec). I use the extension Awesomeldapinfo 1.0 with the same thunderbird client and the same ldap and it works fine. So the connection parameters are ok.

Thanks for help. Regards, JF

Hi, My configuration of Thunderbird has not been changed, but since about 6 month the auto-completion of user address from the LDAP does not work anymore (today I use the 31.4 Linux version). I have reproduce the problem with Debian and ArchLinux. With and "old" 24 version it still works fine. Some more details : Auto-completion does not work at all. Search in ldap-addressbook a user takes about 30 to 40 secondes to find matching users (before it was 2 or 3 sec). I use the extension Awesomeldapinfo 1.0 with the same thunderbird client and the same ldap and it works fine. So the connection parameters are ok. Thanks for help. Regards, JF

Vsi odgovori (1)

more options

Replace ?(or(PrimaryEmail,c,@V)(DisplayName,c,@V)(FirstName,c,@V)(LastName,c,@V)) by ?(or(PrimaryEmail,bw,@V)(DisplayName,bw,@V)(FirstName,bw,@V)(LastName,bw,@V)) in mail.addr_book.quicksearchquery.format resolv the slow response of search. But completion does still not work.