configurable fail-over for policy virtual modules?

Zenon Mousmoulas zmousm at noc.grnet.gr
Wed Jul 16 17:42:21 CEST 2014


Hi,

should it be possible to do this:

policy {
   check_something {
     if (Some-Attribute) {
       noop
     } else {
       reject
     }
   }
}

authorize {
   check_something {
     noop = return
   }
}

2.x just gives a parser error, while 3.x also explains it failed to find 
"check_something" in the "modules" section.

Thanks in advance for any insight,
Z.



More information about the Freeradius-Users mailing list