Hello <br><br>Please I have a challenge encrypting passwords using md5 in MySQL database for radius users. When I do a radtest like this:  radtest test password localhost 0 key<br>for user test with md5(password) in MySQL database it is successful. However when do this :  radtest -t mschap testmd5 password localhost 0 key, I get MS-CHAP Error<br>
<br><br>Sending delayed reject for request 0<br>Sending Access-Reject of id 143 to 127.0.0.1 port 55008<br>        MS-CHAP-Error = "\000E=691 R=1"<br><br>I read online,it is not possible to do md5 with MS-CHAP. I don't want to save users passwords in clear text. How can I achieve encrypting user's passwords in MySQL database. I have Freeradius2.1.12 installed. Please I will be grateful for suggestions.<br>
<br>I have the following in modules<br><br><br>#### /etc/raddb/modules/pap ###<br><br>pap {<br>        auto_header = yes<br>       encryption_scheme = md5<br>}<br><br><br>#### /etc/raddb/modules/mschap ###<br>
<br>mschap {      <br>       <br>        use_mppe = yes<br>        require_encryption = yes<br>}<br><br><br>Any help will be very much appreciated<br><br><br>Thank You<br><br><br>----<br>Pamela Pomary<br>ICTD, University of Ghana.<br>