Open
Bug 85989
Opened 24 years ago
Updated 7 years ago
Standardize default LDAP URL filter behavior
Categories
(Directory :: LDAP XPCOM SDK, enhancement, P3)
Directory
LDAP XPCOM SDK
Tracking
(Not tracked)
NEW
Future
People
(Reporter: leif, Unassigned)
Details
In LDAP URLs, the C-SDK has this annoying habit of default the search filter to
|(objectclass=*)| if not specified. In our code, we don't really handle this
consistently, although we should.
There are two options, I think:
1. We always default to |(objectclass=*)| in our APIs.
2. We don't default to anything, meaning we strip out any defaults as returned
by the C-SDK URL parser.
-- Leif
Reporter | ||
Comment 1•24 years ago
|
||
Taking this bug.
Status: NEW → ASSIGNED
Priority: -- → P3
Target Milestone: --- → mozilla1.0
Updated•23 years ago
|
OS: Linux → All
Hardware: PC → All
Target Milestone: mozilla1.0 → Future
Comment 2•18 years ago
|
||
Assigning bugs that I'm not actively working on back to nobody; use SearchForThis as a search term if you want to delete all related bugmail at once.
Assignee: dmose → nobody
Status: ASSIGNED → NEW
Comment 3•17 years ago
|
||
Filter on "Nobody_NScomTLD_20080620"
Assignee: nobody → dmose
QA Contact: yulian → xpcom
Updated•7 years ago
|
Assignee: dmose → nobody
You need to log in
before you can comment on or make changes to this bug.
Description
•