Sorry, I don’t want to be unreasonable. I understand offering FREE support is requiring some kind of sovereignty from the inquirer. I’ve reread the part about authorization and authentication again. Here’s what I understand, first of all for my purpose I only would need to authorization "check“ of FreeRADIUS, since I don’t implement account roles or special user permissions (the script called by REST module will just accept or deny access for specified user login details). As far as I understand the procedure the authorization “check“ is called first. As seen in the debug log this check returns success to radius (of course only for correct details, meaning the script I wrote is working fine). After the authorization check is successful the authentication check is called. For some reason this check is called, but I won’t need it to be called. In the documentation I only find how to process requests now in the authentication check, but there’s no need for me to do so. Isn’t there an option to return from authorization check, so the authentication check won’t be triggered anymore, in case of success (meaning the authorization accepts the provided user login details)? Regards from Frankfurt/Germany; janis
Am 23.07.2016 um 10:14 schrieb Alan DeKok <aland@deployingradius.com>:
On Jul 22, 2016, at 9:34 PM, Janis Heller <janis.heller@outlook.de> wrote:
I’ve tried to set:
authenticate { Auth-Type = Accept }
doesn’t work too.
I think you should STOP trying random things, and instead START reading the messages on this list. And start reading the documentation, and examples that come with the server.
You have been told over and over how to fix the issues you're running into. Most of the time, you ignore the help you asked for, and go do something else.
Just stop.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html