Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

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

  • 1 réponse
  • 1 a ce problème
  • 4 vues
  • Dernière réponse par 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

Toutes les réponses (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.