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

Re: Strange letter results.



> I have yet another question.
> When i do a regular ldapsearch and receive a result that contains one of the following character едц the result gets crypted.
> Thats strange.
>
> Any clues?


It's not crypted, it's encoded. Base64 encoded. You can look at the -t and -T
options of ldapsearch to have binary values written to files. Or you can
use something like openssl to decode it.

% /bin/echo Q2xlYXJ0ZXh0IAo= | openssl enc -base64 -d


-Mark Adamson
 Carnegie Mellon