freeradius-server
freeradius-server copied to clipboard
redundant modules don't work with maps
Need similar hacky thing for map_procs as for xlats.
Thinking maybe it would be better to include registered xlats and map_procs in the module_t instead of by registering them in bootstrap. Or at least have some way of separating the module name from the xlat name, so that redundant sections work properly with all module xlats and map_procs.
The solution for this is likely similar to the one for trunk / connection pools / xlats.
We need a way to say "thing foo actually maps to a load-balance section of a, b, and c".
Once that infrastructure is done, then this work should be simple.