1 (edited by yky202082 2010-05-23 13:36:58)

Topic: MD5 password in MySQL

I want to change the user passwords store in database from cleartext password to MD5 password.
I run the MD5 function on my php login page and send the hash password compare with the hash password in radius.
But it always login fail.
How can I config it?Please help...........


After I run radiusd -X on command mode~~
I found that the password hash send to radius server only send the first 16 character of the md5 hash~~
How to make it send full length of the hash??