[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: MD5 without SASL
As far as I know, lutil_passwd() works just fine with {MD5} passwords.
If you think otherwise, file an ITS with gory details (including
examples).
Kurt
At 12:45 AM 1/26/01 +0100, halset+ldap@pvv.org wrote:
>It looks like the original password that are passed to lutil_passwd() is
>not base64-encoded. It is ok and chk_crypt() works, but chk_md5() and
>chk_smd5() tries to base64-decode the original password and does not work
>(for me).
>
>Authetication worked when I removed the base64-decoding from chk_md5().
>
>Tore.