]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
limit the "name2" for update sections in modules developer/alandekok master
authorAlan T. DeKok <aland@freeradius.org>
Thu, 25 Dec 2025 13:05:04 +0000 (08:05 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 25 Dec 2025 13:37:58 +0000 (08:37 -0500)
commit1f64a9d4acd8f13d067b6c3934510a8b115bea41
tree4731d05a387a46c22f53dd22f9d7cbed8922c30b
parentfca961993669ea8859eb0e597d176320cdd57e29
limit the "name2" for update sections in modules

since we no longer support full-featured "update" sections, there
is no point in supporting full paths (outer, parent, etc.) in
update sections.  Plus, none of the modules use them.

So rather than either confusing the admin, or allowing them to do
something which might not work, we just return a compile-time
error.

The deleted code was also the only code (other then tests) that
called tmpl_request_ref_list_afrom_substr().  This cleanup will
allow us to fix the tmpl code for ""flat" groups
src/lib/server/map.c