24 Nov
2005
24 Nov
'05
11:41 p.m.
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.