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

Re: What happened to ldif [-b] <attrtype> ?



At 11:36 PM 2001-09-27, Jan-Piet Mens wrote:
>whatever happened to the `ldif' program which was used to output
>(binary) attribute types in LDIF format ?  I am upgrading to
>OpenLDAP 2.0.15 from an ancient Umich version and am missing that program...

It was trimmed from the release.  Feel free to continue using
ldif(1) from U-Mich LDAP or OpenLDAP 1.x.  Of course, there
are numerous other means for base64 encoding data.

  perl -MMIME::Base64 -ne 'print encode_base64($_)' < binary > base64
  openssl base64 < binary > base64
  ...