MAC Authentication Queries
Alan DeKok
aland at deployingradius.com
Fri Sep 27 07:59:52 UTC 2024
On Sep 26, 2024, at 5:17 PM, FreeRAD <yetifreerad at gmail.com> wrote:
>
> All the debug gives me is the error message but no assistance as to why the
> error message appears. I know it has something to do with what is included
> in the "else" statement which is why I'm querying what needs to be in the
> "else" statement. Since based on the guide I mentioned, I have put in there
> what needs to be put in there.
One approach is to simply try nothing, give up, and ask for help. Another, more productive approach, is to try to understand how the server works.
If you look at the page you mentioned, it does not say "blindly put everything into the else statement". You still need to think, and understand what the rest of the "authorize" section does.
The "Autz-Type" behavior is documented. You can't just bury it inside of "else" statements. It won't work, and will produce an error.
If you want to skip the rest of the "authorize" section, there is a "return" statement. Which is documented. Just go to freeradius.org, and read the online documentation.
Alan DeKok.
More information about the Freeradius-Users
mailing list