blippio
03-12-2003, 01:55 PM
I'm trying to use mod_auth_mysql to access the username/passwords in vBulletin's database with authentication ON.
As I understand it, mod_auth_mysql can use encryption, but it is not the same type as that used by vBulletin. (MD5)
I found an OLD mod_auth_mysql that has added MD5. Apparently it's so old that it doesn't compile well with the newer version of Apache I have running on my server...
Does anyone know of a newer mod_auth_mysql with MD5 capability? Would it be that hard to code?
The OLD patch I found is here: http://www.nic.uklinux.net/?location=src
I know I could use no encryption, though I would really like to avoid this...
As I understand it, mod_auth_mysql can use encryption, but it is not the same type as that used by vBulletin. (MD5)
I found an OLD mod_auth_mysql that has added MD5. Apparently it's so old that it doesn't compile well with the newer version of Apache I have running on my server...
Does anyone know of a newer mod_auth_mysql with MD5 capability? Would it be that hard to code?
The OLD patch I found is here: http://www.nic.uklinux.net/?location=src
I know I could use no encryption, though I would really like to avoid this...