21 Jul
2016
21 Jul
'16
8:21 p.m.
I would like to use RADIUS to process the authentification of users to my VPN servers using a PHP script which is called by RADIUS processing the auth process. For this reason I added the following part into my exec file: exec { wait = yes program = "/usr/bin/php -f /usr/local/auth.php %{User-Name} %{User-Password}" input_pairs = request shell_escape = yes timeout = 10 } When I test the script by executing: radtest testing password localhost -4 testing123 I get this error: (0) ERROR: No Auth-Type found: rejecting the user via Post-Auth-Type = Reject I attached my