19 Aug
2008
19 Aug
'08
12:55 p.m.
Thomas Buchberger wrote:
we're playing with the freeradius features and are getting confused in the way it behaves:
:) It's simple... just read 1000's of lines of debugging output, and hordes of miscellaneous unrelated unorganized documentation files.
We have several different Users in user-files which works fine. Now we want that the radius always answers with OK and no more "Login incorrect" - but with other Options than a correct user.
We appended in the config: DEFAULT Auth-Type := Accept ... users: Matched entry DEFAULT at line 2
Is that entry at line 2 of the "users" file? If not, the server is matching an earlier entry, and not the one with Accept. Alan DeKok.