26 May
2007
26 May
'07
12:06 p.m.
doc/configurable_failover
There should be a new "freeradius-language" man page that documents this. I'm also planning to add the following:\
... update request { attribute-name = value ... }
YES ! No more hints files !
i.e. "request" or "response" or "config", etc.
Also:
switch "foo" { case bar {
} case baz { } }
Yep also very useful. Are return codes of modules available ? e.g switch users { case ok { update response { Reply-Message = "User Found in Users" } } case noop { update response { Reply-Message = "User Not Found in Users" } } Excellent work so far :) --- Arran