Closed
Bug 98754
Opened 24 years ago
Closed 24 years ago
Fail to search with First name if Common name is not in default order
Categories
(MailNews Core :: LDAP Integration, defect, P3)
Tracking
(Not tracked)
VERIFIED
INVALID
mozilla0.9.5
People
(Reporter: yulian, Assigned: leif)
Details
(Whiteboard: [correctness],PDT-)
20010907 0.9.4 branch build.
The default order of Common Name is FIRSTNAME LASTNAME. LDAP Autocomplete will fail
to search by FirstName if the user entry in LDAP Server does not follow this rule.
Try this settings:
Hostname: bologna.mcom.com
BaseDN: dc=mcom,dc=com
There's a user entry in this Directory Server as following:
First name: John
Last name: Little
Common Name: Little, John
eMail: jlittle@netscape.com
Comment 1•24 years ago
|
||
Need to see if 4.x behaves the same way; if so, we'll push this bug out a bit.
| Reporter | ||
Comment 2•24 years ago
|
||
4.x has no problem finding it!
Updated•24 years ago
|
Priority: -- → P3
Target Milestone: --- → mozilla0.9.5
Updated•24 years ago
|
| Assignee | ||
Comment 4•24 years ago
|
||
This is odd, I tested 4.7 and 6.1 against my test server. They use identical
search strings:
(|(cn=john*)(mail=john*)(sn=john*))
I also setup a test server for "bologna" in my 4.7 prefs, and typed "john". As
expected, it does not find the entries.
So, I can't reproduce this, and I believe 6.1 behaves exactly the same way as
4.x. Maybe (just guessing) you are using a 4.x prefs file which is configured by
IS? They might have changed the default search string. I started a completely
fresh profile when doing my tests.
-- Leif
| Reporter | ||
Comment 5•24 years ago
|
||
I just created a new profile in 4.x and added new Driectory, Bologna.
Did search against Bologna, Show names containing: john
The entry is found!
The new profile as following:
// Netscape User Preferences
// This is a generated file! Do not edit.
user_pref("browser.startup.homepage_override", false);
user_pref("browser.window_rect", "0,0,632,480");
user_pref("custtoolbar.personal_toolbar_folder", "Personal Toolbar Folder");
user_pref("editor.author", "Yulian Chang");
user_pref("ldap_2.servers.bologna.csid", "UTF-8");
user_pref("ldap_2.servers.bologna.description", "bologna");
user_pref("ldap_2.servers.bologna.filename", "bologna.na2");
user_pref("ldap_2.servers.bologna.position", 2);
user_pref("ldap_2.servers.bologna.searchBase", "dc=mcom,dc=com");
user_pref("ldap_2.servers.bologna.serverName", "bologna.mcom.com");
user_pref("ldap_2.servers.infospace.csid", "UTF-8");
user_pref("ldap_2.servers.infospace.filename", "infospace.na2");
user_pref("ldap_2.servers.infospace.position", 4);
user_pref("ldap_2.servers.infospace.replication.lastChangeNumber", 0);
user_pref("ldap_2.servers.netcenter.csid", "UTF-8");
user_pref("ldap_2.servers.netcenter.filename", "netcenter.na2");
user_pref("ldap_2.servers.netcenter.position", 3);
user_pref("ldap_2.servers.netcenter.replication.lastChangeNumber", 0);
user_pref("ldap_2.servers.pab.csid", "iso-8859-1");
user_pref("ldap_2.servers.pab.filename", "pab.na2");
user_pref("ldap_2.servers.pab.locale", "English_United States");
user_pref("ldap_2.servers.pab.replication.lastChangeNumber", 0);
user_pref("ldap_2.servers.verisign.csid", "UTF-8");
user_pref("ldap_2.servers.verisign.filename", "verisign.na2");
user_pref("ldap_2.servers.verisign.position", 5);
user_pref("ldap_2.servers.verisign.replication.lastChangeNumber", 0);
user_pref("ldap_2.version", 2);
user_pref("mail.addr_book.sliderwidth", 142);
user_pref("mail.addr_book.sortby", 31);
user_pref("mail.addr_book.version", ".na2");
user_pref("mail.addr_book_window_rect", "31,174,529,474");
user_pref("mail.default_drafts", "IMAP://linzilla.mcom.com");
user_pref("mail.default_templates", "IMAP://linzilla.mcom.com");
user_pref("mail.identity.useremail", "yulian@linzilla.mcom.com");
user_pref("mail.identity.username", "Yulian Chang");
user_pref("mail.imap.server..userName", "default");
user_pref("mail.imap.server.linzilla.mcom.com.userName", "linzilla.mcom.com");
user_pref("mail.imap_sentmail_path", "IMAP://linzilla.mcom.com");
user_pref("mail.leave_on_server", true);
user_pref("mail.server_type", 1);
user_pref("mail.smtp_name", "default");
user_pref("mail.use_imap_sentmail", true);
user_pref("mail.wfe.addr_book.show_value", 1);
user_pref("mailnews.profile_age", 13);
user_pref("network.hosts.imap_servers", "linzilla.mcom.com");
user_pref("network.hosts.smtp_server", "linzilla.mcom.com");
user_pref("news.imap_sentmail_path", "IMAP://linzilla.mcom.com");
user_pref("news.use_imap_sentmail", true);
user_pref("taskbar.floating", false);
user_pref("taskbar.x", 634);
user_pref("taskbar.y", 5);
Comment 6•24 years ago
|
||
Adding correctness Status Whiteboard, correct/expected behavior does not occur.
Whiteboard: [correctness]
| Reporter | ||
Comment 7•24 years ago
|
||
take back my words. 4.x aucomplete doesn't find the entry.
Comment 8•24 years ago
|
||
Is this Invalid or WFM then? Please update the bug status.
Comment 9•24 years ago
|
||
PDT-, until we know the status on this one, and it can be proved that is is a
4xp issue. If you disagree and have a patch for this with reviews, pls update
the status of this bug, and bring it to the PDT.
Whiteboard: [correctness] → [correctness],PDT-
| Assignee | ||
Comment 10•24 years ago
|
||
Closing this bug as invalid, the behaviour in 6.x is in parity with 4.x, and we
should not change the default behaviour.
-- Leif
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•