Quoting "J. Davis" <[EMAIL PROTECTED]>:
>
> # echo "password" | md5sum
>
> Can anyone suggest how else I might troubleshoot this?

You should use: echo -n "password" | md5sum


Igor.

Reply via email to