]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
When a list ref is found in a tmpl set the namespace to NULL
authorNick Porter <nick@portercomputing.co.uk>
Thu, 22 Jan 2026 18:27:08 +0000 (18:27 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Fri, 23 Jan 2026 08:29:21 +0000 (08:29 +0000)
commitabe77e784c8bb6d26ee6f72a1580c20f03f796cd
tree246afd2883c6e254da4eeb98ff4f9e26a84f04a7
parent4845ba72e12316c853f1b575398bbe73ec2bba57
When a list ref is found in a tmpl set the namespace to NULL

This means that parsing `<list>.<attr>` behaves the same as parsing
`<attr>`

Specifically this allows `<list>.<proto>.<attr>` to work.  Previously,
`<proto>.<attr>` would work for allowing access to attributes from other
namespaces in the `request` list, but `<list>.<proto>.<attr>` would not.
src/lib/server/tmpl_tokenize.c