<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>Hi,</DIV>
<DIV> </DIV>
<DIV>   I am planing to use freeradius for authentication for lan users. The following are the radcheck parameters:</DIV>
<DIV> </DIV><SPAN lang=EN>
<DIV>mysql> select * from radcheck;</DIV>
<DIV>+----+----------+--------------------+----+------------------------------------+</DIV>
<DIV>| id | username | attribute | op | value |</DIV>
<DIV>+----+----------+--------------------+----+------------------------------------+</DIV>
<DIV>| 17 | test1 | User-Password | := | $1$q79.qtrm$gD6D4znw2uBGIU0K3mt/1/ |</DIV>
<DIV>| 9 | test | Cleartext-Password | := | password1234 |</DIV>
<DIV>+----+----------+--------------------+----+------------------------------------+</DIV>
<DIV>2 rows in set (0.00 sec)</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>   The user test can authenticate as it is clear text password but when i try to authenticate user test1 I got error like</DIV>
<DIV> </DIV><SPAN lang=EN>
<DIV>Found Auth-Type = CHAP</DIV>
<DIV>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!</DIV>
<DIV>!!! Replacing User-Password in config items with Cleartext-Password. !!!</DIV>
<DIV>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!</DIV>
<DIV>!!! Please update your configuration so that the "known good" !!!</DIV>
<DIV>!!! clear text password is in Cleartext-Password, and not in User-Password. !!!</DIV>
<DIV>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!</DIV>
<DIV> </DIV>
<DIV>and failed.</DIV>
<DIV> </DIV>
<DIV>I would like to implement password with encrypted as user test1. So, could you please help me how to resolve this issue.</DIV>
<DIV> </DIV>
<DIV>Thanking you,</DIV>
<DIV> </DIV>
<DIV>Regards,</DIV>
<DIV>John</DIV></SPAN></SPAN></td></tr></table><br>