Open
Bug 286815
Opened 20 years ago
Updated 2 years ago
LDAP addrbook search string should be configurable
Categories
(MailNews Core :: LDAP Integration, defect)
MailNews Core
LDAP Integration
Tracking
(Not tracked)
NEW
People
(Reporter: quanah, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050225 Firefox/1.0.1 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050225 Firefox/1.0.1 Please read the above website. Thunderbird's addressbook would be an amazing and useful feature if it could be designed to actually integrate with a directory server properly. Reproducible: Always Steps to Reproduce: Start the address book create access to a directory server with a custom schema, requiring SASL mechs, and where you want data besides "cn" and "mail" to be populated into the Addressbook. Better yet, where you want the person's name to come from the "displayName" attribute rather than CN. Actual Results: It won't work, of course. The LDAP support is minimal. Expected Results: See the web page listed. Feel free to email me if you have questions.
| Reporter | ||
Updated•19 years ago
|
Severity: normal → critical
Version: unspecified → 1.5
Comment 1•19 years ago
|
||
Quick addendum, re handling of the 'cn' attribute in LDAP.
Please note RFC 2256. Here's an excerpt:
5.4. cn
This is the X.500 commonName attribute, which contains a name of an
object. If the object corresponds to a person, it is typically the
person's full name.
( 2.5.4.3 NAME 'cn' SUP name )
It's difficult to understand why searches generated by Thunderbird make
no use of the 'cn' or 'commonName' attribute.
There are some LDAP services (mainly network OS back ends) that make use
of 'cn' for other purposes (e.g., as a UID), but it's hard to see why
these implementations should essentially ruin name searches for sites that
have things set up by the book.
Anyway, as noted by the person who started this thread, a lot of these
sorts of problems would be fixed if Thunderbird was more flexible and
not reliant on a fixed schema.
Comment 2•19 years ago
|
||
As far as I can tell, this describes three different bugs. The fixed schema problem is no longer present as of Thunderbird 1.5, since preferences can be used to map attributes. I propose we use this bug to track the search filter issue, and that another bug be filed for SASL support. Sound reasonable? I suspect that bug 308118 should be made to depend on the SASL bug.
Assignee: mscott → dmose
Component: Address Book → MailNews: LDAP Integration
OS: Windows XP → All
Product: Thunderbird → Core
QA Contact: grylchan
Hardware: PC → All
Version: 1.5 → Trunk
| Reporter | ||
Comment 3•19 years ago
|
||
Yes, an additoinal bug to track the SASL issue sounds good to me. --Quanah
Comment 4•19 years ago
|
||
(In reply to comment #1) > It's difficult to understand why searches generated by Thunderbird make > no use of the 'cn' or 'commonName' attribute. > > There are some LDAP services (mainly network OS back ends) that make use > of 'cn' for other purposes (e.g., as a UID), but it's hard to see why > these implementations should essentially ruin name searches for sites that > have things set up by the book. This is being discussed in bug 323608. SASL auth has been spun off into bug 325396. Quanah, given that we now support configurable attributes, how about upgrading us from an F?
Assignee: dmose → nobody
Status: UNCONFIRMED → NEW
Ever confirmed: true
QA Contact: grylchan → ldap-integration
Summary: Mozilla should not rely on any fixed schema. Needs LDAP v3 MECH support. Needs to support a search string → LDAP addrbook search string should be configurable
Comment 5•19 years ago
|
||
(In reply to comment #2) > I propose we use this bug to track the search filter > issue, and that another bug be filed for SASL support. Given that this bug is being used to track the search filter issue, it certainly isn't a critical issue downgrading to normal based on the descriptions at https://bugzilla.mozilla.org/page.cgi?id=fields.html#bug_severity
Severity: critical → normal
| Assignee | ||
Updated•16 years ago
|
Product: Core → MailNews Core
What is missing in this bug? I read in another bug that the Ab search on LDAP uses the mail.addr_book.quicksearchquery.format search query. And adapts the field names to LDAP fields using some LDAP translation also in prefs.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•