3.0.0 return code priority / change?

Phil Mayers p.mayers at imperial.ac.uk
Mon Oct 14 17:18:49 CEST 2013


All,

Seems that the return code priority is behaving different in 3.0 - 
specifically the following config:

authorize {
   updated
   files
   if (noop) {
     ...
   }
}

...gives:

(0)   authorize {
(0)   [updated] = updated
(0)   [files] = noop
(0)   ? if (noop)
(0)   ? if (noop)  -> FALSE

i.e. the "noop" from the files module is ignored. This is a change from 
2.x where the most recent module return code can be checked.

Have I missed the change, or is this not intentional?


More information about the Freeradius-Users mailing list