..::Change to MD5 passwords::..

2012-04-23 Thread Reyes Jimenez Alfonso Alejandro
Hi everyone. We have a freeradius server working great, it authenticate users from a squid proxy and a wireless ap. The reason of my email is because we would like to use the same md5 passwords that we use for the squid, the issue is when we try to use the MD5 passwords. The radius server

Re: ..::Change to MD5 passwords::..

2012-04-23 Thread Reyes Jimenez Alfonso Alejandro
Thanks Mathew I will check that out. regards. Alfonso. On Apr 23, 2012, at 3:14 PM, Matthew Newton wrote: On Mon, Apr 23, 2012 at 12:48:33PM -0500, Reyes Jimenez Alfonso Alejandro wrote: bob Cleartext-Password := Test and we would like to use the following: bob MD5-Password

Re: ..::Change to MD5 passwords::..

2012-04-23 Thread Reyes Jimenez Alfonso Alejandro
: On Mon, Apr 23, 2012 at 12:48:33PM -0500, Reyes Jimenez Alfonso Alejandro wrote: bob Cleartext-Password := Test and we would like to use the following: bob MD5-Password := f43ed6ad2f43ea778b65557c626262ysu There are non-hex chars in that string, so it's never going to work. What changes

Re: ..::Change to MD5 passwords::..

2012-04-23 Thread Reyes Jimenez Alfonso Alejandro
thanks I just don't want to store the passwords in plain text, do you know how can I hash with HT? is there some linux function or something? I tried to google it with no luck. Thanks. On Apr 23, 2012, at 5:02 PM, alan buxey wrote: hi, you said you were doing EAP-MD5 this isnt

Re: ..::Change to MD5 passwords::..

2012-04-23 Thread Reyes Jimenez Alfonso Alejandro
Thank you very much for you help. Regards Alfonso. On Apr 23, 2012, at 5:43 PM, Matthew Newton wrote: On Mon, Apr 23, 2012 at 05:21:38PM -0500, Reyes Jimenez Alfonso Alejandro wrote: thanks I just don't want to store the passwords in plain text, do you know how can I hash with HT