[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: A little bit off topic question about jpegPhoto



Tony Earnshaw wrote:

base64, all the 8-bit stuff in the Openldap DIT is base64

No!

It's base64-encoded in LDIF but not when sending it directly via LDAP to the server or retrieving it via LDAP.

attributes have a ';binary' addition before the '::' denoting base64 (for example .der coded certificates).

No!

';binary' is transfer-encoding for LDAP which is a different thing and definitely not needed for jpegPhoto. '::' is LDIF notation. Both are completely independent.

Please avoid confusion!

Ciao, Michael.