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

Re: binary data



In the C API, call ldap_get_values_len().  In LDIF, base64 decode it.

<draft-good-ldap-ldif-02> defines LDIF.
RFC 1521 (section 5.2) defines Base64 encoding.  A Perl/C implementation is
available from
http://www.perl.com/CPAN-local/modules/by-module/MIME/MIME-Base64-2.10.tar.gz

Richard Heller wrote:

> LDAP has the capability of storing binary data ... how do you get the data
> back out of the
> directory and unencode it?