22 Apr
2016
22 Apr
'16
4:36 p.m.
On Apr 22, 2016, at 3:30 PM, Dustin S via Freeradius-Users <freeradius-users@lists.freeradius.org> wrote:
already changed the user file entry to "hello1", and the radtest works fine with bob/hello1. It just stops working when I change to using sql.
Your SQL entry is wrong.
| id | username | attribute | value | op | +----+----------+-----------+----------+----+ | 4 | bobsql | Password | hello1 | := |
Why "Password"? The documentation and examples for the last 10+ years have said to use "Cleartext-Password". Reading the SQL documentation in the Wiki would get you the same information. Alan DeKok.