Re: store encypted passwords

2012-10-10 Thread Ithoq Projosasmita
U should use crypt function on mysql when update crypt-password value I.e: update radcheck set value=crypt('password') where ATTRIBUTE='crypt-password' and USERNAME='foo'; Or maybe you mean stay plaintext is from debuged running freeradius? It should be like that because pap auth, for make sure au

Re: store encypted passwords

2012-10-09 Thread Matthias Nagel
Am Dienstag 09 Oktober 2012, 09:10:15 schrieben Sie: > I was mixed up on what table I am talking about its the radcheck > table. I was using navicat to set the attribute to Crypt-Password and > refreshing the database. The password stayed in plain text. > I do not use MySQL a lot and I have never

Re: store encypted passwords

2012-10-09 Thread jon jon
I was mixed up on what table I am talking about its the radcheck table. I was using navicat to set the attribute to Crypt-Password and refreshing the database. The password stayed in plain text. On Mon, Oct 8, 2012 at 4:29 PM, Matthias Nagel wrote: > Hello, > > first, please use the correct way o

Re: store encypted passwords

2012-10-08 Thread alan buxey
Hi, > I have set up FreeRADIUS Version 2.1.10 on an Ubuntu server 12.04, > Mysql Server version: 5.5.24. Everything is up and running but the > users passwords are stored in plain text in raddacct. I tried changing > the attribute to Crypt-Password but it doesn't change anything. Do I > need to ma

Re: store encypted passwords

2012-10-08 Thread Matthias Nagel
Hello, 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. Am Montag 08 Oktober 2012, 16:17:52 schrieb jon jon: >

Re: store encypted passwords

2012-10-08 Thread jon jon
doesn't change anything = password is still showing as plain text What do mean by " modified the attribute's value accordingly"? On Mon, Oct 8, 2012 at 4:02 PM, Matthias Nagel wrote: > Hello, > >> I have set up FreeRADIUS Version 2.1.10 on an Ubuntu server 12.04, >> Mysql Server version: 5.5.24.

Re: store encypted passwords

2012-10-08 Thread Matthias Nagel
Hello, > I have set up FreeRADIUS Version 2.1.10 on an Ubuntu server 12.04, > Mysql Server version: 5.5.24. Everything is up and running but the > users passwords are stored in plain text in raddacct. I tried changing > the attribute to Crypt-Password but it doesn't change anything. What do you m

store encypted passwords

2012-10-08 Thread jon jon
Hello, I have set up FreeRADIUS Version 2.1.10 on an Ubuntu server 12.04, Mysql Server version: 5.5.24. Everything is up and running but the users passwords are stored in plain text in raddacct. I tried changing the attribute to Crypt-Password but it doesn't change anything. Do I need to make a ch