Closed
Bug 571689
Opened 15 years ago
Closed 13 years ago
Address Book LDAP Search Problem When Using non English (C or en_US) locale
Categories
(MailNews Core :: LDAP Integration, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: evereasy, Unassigned)
References
()
Details
(Keywords: intl, regression, Whiteboard: [gs])
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.8) Gecko/20100226 Firefox/3.5.8
Build Identifier: 3.0.1
http://getsatisfaction.com/mozilla_messaging/topics/ldap_doesnt_seem_to_work_addressbook?utm_medium=widget&utm_source=widget_mozilla_messaging
Maybe this is a locale related problem. I am using Traditional Chinese on OpenSolaris and having the same problem. If I change locale to "C" (LANG=C) or en_US.UTF-8 then Address Book and Contact Sidebar plug-in will work properly.
When following Wayne's instruction -
NSPR_LOG_MODULES="ldap:5,timestamp"
export NSPR_LOG_MODULES
NSPR_LOG_FILE=$HOME/logs/Thunderbird.log
export NSPR_LOG_FILE
Case 1: Using en_US.UTF-8, there are messages about LDAP bind/search/unbind operations, works perfectly.
Case 2: Using zh_TW.UTF-8, nothing happen.
Reproducible: Always
Steps to Reproduce:
1. Set LANG to zh_TW.UTF-8
2. Launch Thunderbird
3. Select Tools/Address Book
4. From Quick Search in the Tool Bar, enter name or e-mail address to search
5. Nothing will be returned
Note: If using C or en_US.UTF-8, then everything works fine.
Actual Results:
No entry will be found.
Expected Results:
The matched entries in LDAP Directory Server will be returned.
root@X-Wing:~ # uname -a
SunOS X-Wing 5.11 snv_134 i86pc i386 i86pc
root@X-Wing:~ # LANG=C pkg list *thunderbird*
NAME (PUBLISHER) VERSION STATE UFOXI
mail/thunderbird 0.5.11-0.134 installed -----
mail/thunderbird/locale/de 0.5.11-0.134 installed -----
mail/thunderbird/locale/es 0.5.11-0.134 installed -----
mail/thunderbird/locale/extra 0.5.11-0.134 installed -----
mail/thunderbird/locale/fr 0.5.11-0.134 installed -----
mail/thunderbird/locale/it 0.5.11-0.134 installed -----
mail/thunderbird/locale/ja 0.5.11-0.134 installed -----
mail/thunderbird/locale/ko 0.5.11-0.134 installed -----
mail/thunderbird/locale/pl 0.5.11-0.134 installed -----
mail/thunderbird/locale/pt_br 0.5.11-0.134 installed -----
mail/thunderbird/locale/ru 0.5.11-0.134 installed -----
mail/thunderbird/locale/sv 0.5.11-0.134 installed -----
mail/thunderbird/locale/zh_cn 0.5.11-0.134 installed -----
mail/thunderbird/locale/zh_tw 0.5.11-0.134 installed -----
mail/thunderbird/plugin/thunderbird-lightning 0.5.11-0.134 installed -----
Updated•15 years ago
|
Component: Address Book → LDAP Integration
Product: Thunderbird → MailNews Core
QA Contact: address-book → ldap-integration
Version: 3.0 → unspecified
Updated•15 years ago
|
Keywords: regression
Comment 1•13 years ago
|
||
does this still occur?
Thank you for asking for updates.
Have followed the "Steps to Reproduce" to verify it and found it is working now under the following configuration.
root@Z-Wing:~# uname -a
SunOS Z-Wing 5.11 11.0 i86pc i386 i86pc
root@Z-Wing:~# locale
LANG=zh_TW.UTF-8
LC_CTYPE="zh_TW.UTF-8"
LC_NUMERIC="zh_TW.UTF-8"
LC_TIME="zh_TW.UTF-8"
LC_COLLATE="zh_TW.UTF-8"
LC_MONETARY="zh_TW.UTF-8"
LC_MESSAGES="zh_TW.UTF-8"
LC_ALL=
root@Z-Wing:~# LANG=C pkg list *thunderbird*
NAME (PUBLISHER) VERSION IFO
mail/thunderbird 10.0.4-0.175.0.10.1.0.0 i--
mail/thunderbird/plugin/thunderbird-lightning 10.0.4-0.175.0.10.1.0.0 i--
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Flags: needinfo?
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•