7 Feb
2018
7 Feb
'18
11:57 a.m.
works here (this is with 3.0.16) config has: update control { Auth-Type := `/bin/php -f /usr/local/etc/raddb/rad_check.php` } script is: <?php echo "Accept"; exit; ?> and output is: (0) # Executing section authorize from file /usr/local/etc/raddb/sites-enabled/default (0) authorize { (0) update control { (0) Executing: /bin/php -f /usr/local/etc/raddb/rad_check.php: (0) Program returned code (0) and output 'Accept' (0) Auth-Type := Accept (0) } # update control = noop NB this comes back as noop - as expected - and not invalid as you got. alan