Avatar for Username

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

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

  • 1 ответ
  • 1 имеет эту проблему
  • 4 просмотра
  • Последний ответ от 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

Все ответы (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.