<p>U should use crypt function on mysql when update crypt-password value<br>
I.e: update radcheck set value=crypt('password') where ATTRIBUTE='crypt-password' and USERNAME='foo';</p>
<p>Or maybe you mean stay plaintext is from debuged running freeradius? It should be like that because pap auth, for make sure auth is using the crypted password one just remove cleartext-password record for apropiate user. I had use crypt password w ubuntu freeradius and workin good</p>

<p>Cmiiw and sorry for my bad english</p>
<p>Regards<br>
Bandel</p>
<div class="gmail_quote">On Oct 9, 2012 9:10 PM, "jon jon" <<a href="mailto:free9360@gmail.com" target="_blank">free9360@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

I was mixed up on what table I am talking about its the radcheck<br>
table. I was using navicat to set the attribute to Crypt-Password and<br>
refreshing the database. The password stayed in plain text.<br>
<br>
On Mon, Oct 8, 2012 at 4:29 PM, Matthias Nagel<br>
<<a href="mailto:matthias.h.nagel@gmail.com" target="_blank">matthias.h.nagel@gmail.com</a>> wrote:<br>
> Hello,<br>
><br>
> first, please use the correct way of quoting for mailing list. This is to say, write your comments below the original text that it refers to. That way readers who pick up a thread later can follow more easily. But now back to topic.<br>


><br>
> Am Montag 08 Oktober 2012, 16:17:52 schrieb jon jon:<br>
>> On Mon, Oct 8, 2012 at 4:02 PM, Matthias Nagel<br>
>> <<a href="mailto:matthias.h.nagel@gmail.com" target="_blank">matthias.h.nagel@gmail.com</a>> wrote:<br>
>>> Hello,<br>
>>><br>
>>>> I have set up FreeRADIUS Version 2.1.10 on an Ubuntu server 12.04,<br>
>>>> Mysql Server version: 5.5.24. Everything is up and running but the<br>
>>>> users passwords are stored in plain text in raddacct. I tried changing<br>
>>>> the attribute to Crypt-Password but it doesn't change anything.<br>
>>><br>
>>> What do you mean by "doesn't change anything"? If you have changed the attribute name to "Crypt-Password" and you also modified the attribute's value accordingly, what do you expect? If it still works, then be happy.<br>


>><br>
>> doesn't change anything = password is still showing as plain text. What do mean by " modified the attribute's value accordingly"?<br>
><br>
> You wrote that you changed clear text passwords to crypt-passwords. This means to me you updated your database, hence your database does not show clear text passwords anymore. What exactly did you do, when you changed from clear text to crypt-passwords?<br>


><br>
> I assumed to did something like this:<br>
><br>
> UPDATE radcheck set attribute = 'Crypt-Password', value = SOME_FANCY_CONVERT_FUNCTION( value ) WHERE some_senseful_condition_here;<br>
><br>
> Anyway, I now notice that you were speaking of "radacct". This table is not to show any password at all.<br>
><br>
>>><br>
>>><br>
>>>> Do I<br>
>>>> need to make a change to a config file also? Not sure what type of<br>
>>>> encryption would be best one that works MD5?<br>
>>><br>
>>> For a copatibilty of password encryption schemes and protocols, see here:<br>
>>> <a href="http://deployingradius.com/documents/protocols/compatibility.html" target="_blank">http://deployingradius.com/documents/protocols/compatibility.html</a><br>
>>><br>
>>>> Thanks,<br>
>>><br>
>>> Matthias<br>
><br>
> -<br>
> List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br>
-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br>
</blockquote></div>