Page 1 of 1

mod_auth_mysql with encrypt problem under windows?

PostPosted: 01. August 2007 03:26
by btman
Hi,

I try many time that mod_auth_mysql only work at
"AuthMySQLPwEncryption none".If I set "AuthMySQLPwEncryption encrypt" it will not work?

Who knows if the mod_auth_mysql under xampp can use encrypt password at windows?

Thanks.

PostPosted: 01. August 2007 10:49
by Wiedmann
"AuthMySQLPwEncryption encrypt" it will not work?

You mean: "AuthMySQLPwEncryption crypt"?

BTW:
crypt() is not available on Windows. Use e.g. md5() instead.

PostPosted: 02. August 2007 16:01
by btman
Thanks Wiedmann.