Radius wrote:

When I put the := system first and := local second in the user file, it started working.

DEFAULT Auth-Type := System
                 Fall-Though = Yes

DEFAULT Auth-Type := Local
                 Fall-Though = Yes

It's working for both PAP and CHAP login's.

I heard this is not the way to do this, but it does seem to be working.


Because the Local is overriding the system Auth-Type assignment. Thats what the ":=" operator does. users(5). You can just remove the first two lines. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to