Package: libapache-mod-auth-mysql
Version: 4.3.9-1

Not really a bug, more a tip to make the USAGE file even better :)

In the file USAGE of the package there is a small intro/example that
contains as far as I have experienced some unclarity. The passwd field
uses 25 chars:

create table mysql_auth (
        username char(25) not null,
        passwd char(25),
        groups char(25),
        primary key (username)
);

But if one uses PHP_MD5 to encrypt a password, the field needs to be 32
chars. It might be usefull to put this in the USAGE file as a note to
other PHP developers.

Thanks for the good job maintaining the package!

grtz
BjornW




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to