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

Re: ldapsearch problem (corruption) (ITS#775)



At 03:32 PM 9/26/00 +0000, dbellis@buffalo.veridian.com wrote:
>telephoneNumber:: KDcxNikgNjMxLTQxMzIg

Try:

% perl << EOF
use MIME::Base64;
print "\t\"" . decode_base64('KDcxNikgNjMxLTQxMzIg') . "\"\n";
EOF

>The entry in the database for the telephone number is a valid number of the
>form
>(xxx) xxx-xxxx.

You included a trailing space in the value and hence was
base64 encoded per RFC 2849.

>(sorry, don't want to post the real number.

But you did... base64 encoded.

Kurt