10 Apr
2013
10 Apr
'13
12:22 p.m.
Brian Candler wrote:=
Like this suggestion? :-) http://lists.freeradius.org/pipermail/freeradius-devel/2012-October/007207.h...
Well, yes. The issue for me is "what are special characters for redis?" That isn't well documented. If we assume spaces only, we should be OK.
i.e. the "files" module should parse the xlat expansion once, and save the parsed result. It can then be interpreted dynamically multiple times.
Makes sense - like regcomp. (And of course, "files" could also precompile the RHS of regexp match operators)
Yeah. That would help, too.
The other benefit is good errors:
That's a *big* benefit.
Yes. Even more so when they become initialization errors, and not run-time errors. Alan DeKok.