CHAP Problems
Christopher Carver
ccarver at pennswoods.net
Fri Nov 25 05:41:42 CET 2005
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.
More information about the Freeradius-Users
mailing list