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

Re: userpasswd & octetstring



# perl<<EOF
> use MIME::Base64;
> print decode_base64("e2NyeXB0fTEyMzQ1Njc4"), "\n";
> EOF
{crypt}12345678


> From: "Sahlke, Jan" <SAHLKE@hauni.koerber.de>
> Date: Wed, 4 Apr 2001 15:32:43 +0200
> To: "'openldap-software@OpenLDAP.org'" <openldap-software@OpenLDAP.org>
> Subject: userpasswd & octetstring
> 
> Hello,
> 
> how can I convert the output of ldapsearch for Attribute "userpassword" to
> the orginal ascii string?
> 
> I get the output 'e2NyeXB0fTEyMzQ1Njc4' for the orginal '{CRYPT}12345678'
> string.
> 
> Best regards,
> 
> Jan Sahlke
> Germany
>