freeradius-server icon indicating copy to clipboard operation
freeradius-server copied to clipboard

redundant modules don't work with maps

Open arr2036 opened this issue 10 years ago • 1 comments

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.

arr2036 avatar Sep 15 '15 14:09 arr2036

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.

alandekok avatar Feb 11 '21 15:02 alandekok