freeradius-server
freeradius-server copied to clipboard
map_to_request needs to take a list of vp_tmpl_t from its callback
In order to implement regexes for update filter sections well, map_to_request and callbacks passed to it should be updated to return vp_tmpl_t structures. This would allow string literals on the right hand side to be compiled and cached.