Jimmy Stewpot wrote:

I have just written a script that would do a mysql update query to

md5('password'); into the mysql database. However the problem appears to
be that the passwords set by the vpasswd utility dont appear to be md5
in the same way that the mysql query with md5() function works?

Is that correct?
Hi,

Yes, that is correct. How are you running this script ? Is it a perl or php program ? You can create the correct md5 password in perl or php and then update the database with it.

Regards,

Rick

Reply via email to