FR 2.2.1 issue
Jakob Hirsch
jh at plonk.de
Fri Sep 20 11:04:36 CEST 2013
Alan DeKok, 2013-09-19 03:58:
>> yes. I think I've got to the crux of this matter already. i think theres been a change to
>> the case handling... this is what the old server had
> I've pushed a fix to the v2.x.x branch. It corrects the "case" issue
> you ran into.
Can you elaborate on what the problem is? We use 'case' like this:
switch Huntgroup-Name {
case hg1 {
update reply {
..
}
}
case hg1 {
update reply {
..
}
}
...
case {
update control {
..
}
update request {
...
}
}
}
It seems to still work as intended, but I might have missed something...
More information about the Freeradius-Devel
mailing list