On Tue, 13 Aug 2002, Thomas E. Horner wrote:

>
>
> hope to help you save 15 min. of work
>
> a customer of mine got probs with his secure.htpasswd
> (his clear-text user-file)
> he changed the password (!) and after that mathopd didn't
> accept his password any more.
>
> i checked it and saw that he managed to convert the file
> (by uploading via ftp) to 'dos-format-linebreaks'
>
>
> change base64.c on line 157
>
> from
>    if (c == '\n') {
> to
>    if (c == '\n' || c == '\r') {

cool - I will make sure this gets merged into 1.4

Cheers
Michiel

Reply via email to