<div dir="ltr">Hi, I had a freeradius server working, but only when the password are saved on the database on plain-text with out encryption, my question is about how to save the instructions on the table radcheck and radgroupcheck to work with Password encryption MD5.<br>

<br>My working free radius tables had<br><br>radcheck<br>+----+----------+-----------+----+--------+<br>| id | UserName | Attribute | op | Value  |<br>+----+----------+-----------+----+--------+<br>|  3 | oscar    | Password  | == | uno |<br>

+----+----------+-----------+----+--------+<br><br>radgroupcheck<br>+----+-----------+-----------+----+-------+<br>| id | GroupName | Attribute | op | Value |<br>+----+-----------+-----------+----+-------+<br>|  1 | dinamico  | Auth-Type | := | Local |<br>

+----+-----------+-----------+----+-------+<br><br><br><br>When i had the password with simple plaint text with out encryption the result is the next<br>
<br>Auth: Login OK: [oscar/uno] (from client ##### port ########## cli ##:##:##:##:##:##)<br><br><br><br>But I want to save the password with MD5 encryption, the freeradius load correctly the module pap, chap and eap with out errors, but when i try to change the configuration for example :<br>

<br>radcheck<br>+----+----------+-----------+----+--------+<br>| id | UserName | Attribute | op | Value  |<br>+----+----------+-----------+----+--------+<br>|  3 | oscar    | MD5-Password  | == | 1eaa8bb195869a23f081acbb5bf08527 |<br>

+----+----------+-----------+----+--------+<br><br>radgroupcheck<br>+----+-----------+-----------+----+-------+<br>| id | GroupName | Attribute | op | Value |<br>+----+-----------+-----------+----+-------+<br>|  1 | dinamico  | Auth-Type | := | PAP |<br>

+----+-----------+-----------+----+-------+<br><br><br>the free radius log gave me the next error:<br><br><br>Error: rlm_sql_getvpdata: database query error<br>Info: rlm_sql (sql): No matching entry in the database for request from user [oscar]<br>

Auth: Login incorrect: [oscar/uno] (from client ##### port ########## cli ##:##:##:##:##:##)<br><br><br><br><br>But i need the encryption with MD5, any suggestion<br><br>Before any answer I gave you thanks for the help<br>

<br>Bye<br><br><br><br clear="all"><br>-- <br>Oscar Trejo Martínez<br>Student<br>Ing. Tecnologías de la Información<br>
</div>