2.2.1: if-block leads to reject
Arran Cudbard-Bell
a.cudbardb at freeradius.org
Tue Sep 24 17:22:41 CEST 2013
H
> Hi,
>
> another issue in 2.2.1 (and the current v2.x.x git): if-blocks in an
> authenticate section cause to wrong rejects.
>
> Example with minimal config:
>
> authorize {
> update control {
> Auth-Type := 'Test'
> }
> }
>
> authenticate {
> if (1) {
> #noop
> #update reply {
> # Reply-Message := "bla"
> #}
> }
> ok
> }
> }
Have you tried
ok
if (1) {
etc...
?
-Arran
Arran Cudbard-Bell <a.cudbardb at freeradius.org>
FreeRADIUS Development Team
More information about the Freeradius-Devel
mailing list