Closed
Bug 116984
Opened 24 years ago
Closed 24 years ago
don't hard code ldap query results limit, use maxhit per server pref
Categories
(SeaMonkey :: MailNews: Address Book & Contacts, defect, P2)
SeaMonkey
MailNews: Address Book & Contacts
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.0
People
(Reporter: sspitzer, Assigned: sspitzer)
References
Details
(Whiteboard: nab-ldap)
don't hard code ldap query results limit, use maxhit per server pref
from nsAbLDAPDirectory.cpp
// XXX todo, instead of 100, use the ldap_2.servers.xxx.maxHits pref
// the problem is how to get that value here.
//
// I'm thinking that nsAbDirectories should know their key so that
// they can do a lookup of server values from the key, when they need it
// (as those values can change)
rv = DoQuery(arguments, queryListener, 100, 0, &mContext);
Updated•24 years ago
|
| Assignee | ||
Updated•24 years ago
|
Whiteboard: nab-ldap
| Assignee | ||
Comment 2•24 years ago
|
||
I'm not sure what the right approach is yet, but this does need fixing.
Updated•24 years ago
|
OS: Windows 2000 → All
Hardware: PC → All
Comment 3•24 years ago
|
||
ADT triage: okay to fix by removing UI, if that is easier/safer.
Comment 4•24 years ago
|
||
*** Bug 128161 has been marked as a duplicate of this bug. ***
Comment 6•24 years ago
|
||
*** Bug 128336 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 7•24 years ago
|
||
fixed.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•