Closed
Bug 134035
Opened 23 years ago
Closed 23 years ago
LDAP command line tools don't report vendor mismatch
Categories
(Directory :: LDAP Tools, defect)
Directory
LDAP Tools
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mcs, Assigned: mcs)
Details
Attachments
(1 file)
1.53 KB,
patch
|
Details | Diff | Splinter Review |
The LDAP command line tools do not complain if you mix and match libraries and
tools from different vendors. That seems like a bad thing.
Assignee | ||
Comment 1•23 years ago
|
||
I also removed an unused local variable that MSVC++ flagged.
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•23 years ago
|
||
Fixed on the trunk:
mozilla/directory/c-sdk/ldap/clients/tools/common.c
new revision: 5.1; previous revision: 5.0
Fix bug # 132040 - LDAP tools need a "no man in the middle" option.
New libssldap public function: ldapssl_set_strength().
New command line tool option: -3 ("no third").
Fix bug # 134035 - LDAP command line tools don't report vendor mismatch.
Improved error checks and reporting for SSL errors in tools.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•