problem with reading user data in Freeradius with Mysql
Hi all, I got a problem with freeradius and mysql. My freeradius server cannot read data from radcheck table. It notice that No Cleartext-Password's Configured, even if I totally set Attribute field in radcheck table is Cleartext-Password. Could someones help me solve this problem ? Hung,
On 04/29/2010 02:27 PM, VU VAN HUNG wrote:
Hi all, I got a problem with freeradius and mysql. My freeradius server cannot read data from radcheck table. It notice that No Cleartext-Password's Configured, even if I totally set Attribute field in radcheck table is Cleartext-Password. Could someones help me solve this problem ?
Read the output of radiusd -X, it will show you what is happening. -- John Dennis <jdennis@redhat.com> Looking to carve out IT costs? www.redhat.com/carveoutcosts/
You can try to put "Password" attribute instead of "Cleartext-Password". The operator is also important: user Password == pass 2010/4/29 John Dennis <jdennis@redhat.com>
On 04/29/2010 02:27 PM, VU VAN HUNG wrote:
Hi all, I got a problem with freeradius and mysql. My freeradius server cannot read data from radcheck table. It notice that No Cleartext-Password's Configured, even if I totally set Attribute field in radcheck table is Cleartext-Password. Could someones help me solve this problem ?
Read the output of radiusd -X, it will show you what is happening.
-- John Dennis <jdennis@redhat.com>
Looking to carve out IT costs? www.redhat.com/carveoutcosts/
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
David Seira wrote:
You can try to put "Password" attribute instead of "Cleartext-Password".
Please no. Don't use "Password" or "User-Password".
The operator is also important:
user Password == pass
Again, no. user Cleartext-Password := "password" The FAQ has an example of this. Alan DeKok.
I use MD5 pass and SHA pass: user SHA-Password := pass user MD5-Password := pass 2010/4/30 Alan DeKok <aland@deployingradius.com>
David Seira wrote:
You can try to put "Password" attribute instead of "Cleartext-Password".
Please no. Don't use "Password" or "User-Password".
The operator is also important:
user Password == pass
Again, no.
user Cleartext-Password := "password"
The FAQ has an example of this.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (4)
-
Alan DeKok -
David Seira -
John Dennis -
VU VAN HUNG