Closed
Bug 29262
Opened 25 years ago
Closed 25 years ago
LDAPSearch doesn't apply base64-encoding to nonprintable DNs
Categories
(Directory :: LDAP Java SDK, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Thomas.Beyer, Assigned: miodrag)
Details
DNs in LDIF files should be base64-encoded, if they contain nonprintable
characters. The Java utility program LDAPSearch encodes nonprintable
attribute values, but not DNs.
The fix has been checked in 05-06-00.
Checking in ldapjdk/netscape/ldap/util/LDIFWriter.java;
/cvsroot/mozilla/directory/java-sdk/ldapjdk/netscape/ldap/util/LDIFWriter.java,v
<-- LDIFWriter.java
new revision: 1.2; previous revision: 1.1
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•