|
|
LDIF ParserOverviewThe LDIF Parser reads and writes LDIF style data. From version 4.6.7 it was improved to correctly parse and write MIME BASE64 encoded strings. It will try to perform BASE64 encoding if it find it necessary: One such situation is trailing spaces after attribute values: To make sure another LDIF parser gets the space, it will BASE 64 encode your attribute. BASE64 encoding looks like garbled text if you don't know how to decode it ...(RFC1521)
See alsoThe LDAP Data Interchange Format (LDIF) - Technical Specification (RFC 2849)
|
|
|