NdK wrote:
> Too bad it seems unlang doesn't like :
> if (cond) {
> ...
> } elsif (othercond) {Perhaps you could try reading "man unlang" to learn it's syntax. > That seems quite a serious limit in the unlang grammar... Sure. It can't parse Perl, Python, Ruby, C, or any other invented grammar. The grammar it *can* parse is documented. It even gives examples. Even better, it *explains* why it's grammar is limited. Read the documentation. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

