8 May
2019
8 May
'19
10:04 a.m.
On Wed, 2019-05-08 at 10:00 -0400, Alexandre Lessard wrote:
After this, I've configure a test user in users by doing this: cd /etc/freeradius/3.0/ echo 'testing Cleartext-Password := "password"' | cat - users > temp && mv temp users
That simply add the line testing Cleartext-Password := "password" to the top of users.
Next, I simply run a radtest in debug mode: freeradius -X
And open another terminal to do the radtest: radtest testing password localhost 0 testing123
The problem is that I always receive a Access-Reject. What am I doing wrong? I've read the instruction many times and i don't get it.
'users' is a symlink. You just splatted it. -- Matthew