switch with multiple values per case

Jakob Hirsch jh at plonk.de
Wed Feb 25 12:59:32 CET 2015


Hi,

is it possible to do something like this?

switch Huntgroup-Name {
  case 'hg1' 'hg2' {
    something
  }
  case 'hg3' 'hg4' 'hg5' {
    anything
  }
}

It is not mentioned in the unlang manpage, so I guess not...


Regards
Jakob


More information about the Freeradius-Users mailing list