# @todo - bare word - this is likely treating the LHS as an enum which is impossible here
#
condition request.Foo == 'request.Foo'
-match ERROR offset 8: Attribute 'Foo' not found in namespace 'internal': Unresolved attributes are not allowed here
+match ERROR offset 8: Attribute 'Foo' not found. Searched in: RADIUS, internal: Unresolved attributes are not allowed here
# Bareword compared with bareword is true
condition request.Foo+Bar == request.Foo+Bar
-match ERROR offset 8: Attribute 'Foo' not found in namespace 'internal': Unresolved attributes are not allowed here
+match ERROR offset 8: Attribute 'Foo' not found. Searched in: RADIUS, internal: Unresolved attributes are not allowed here
condition request.Foo+Bar == 'request.Foo+Bar'
-match ERROR offset 8: Attribute 'Foo' not found in namespace 'internal': Unresolved attributes are not allowed here
+match ERROR offset 8: Attribute 'Foo' not found. Searched in: RADIUS, internal: Unresolved attributes are not allowed here
condition request.User-Name+User-Password == 'request.Foo+Bar'
match ((request.User-Name + User-Password) == 'request.Foo+Bar')
# @todo - bare word - this is wrong
#
condition 'request.Foo+d' == request.Foo+Bar
-match ERROR offset 27: Attribute 'Foo' not found in namespace 'internal': Unresolved attributes are not allowed here
+match ERROR offset 27: Attribute 'Foo' not found. Searched in: RADIUS, internal: Unresolved attributes are not allowed here
# Attribute tags are not allowed for unknown attributes
condition request.Tunnel-Password:0 == 0
# attributes MUST be prefixed with '&'.
#
xlat_purify_cond request.Foo == 'request.Foo'
-match ERROR offset 8: Attribute 'Foo' not found in namespace 'internal': Unresolved attributes are not allowed here
+match ERROR offset 8: Attribute 'Foo' not found. Searched in: RADIUS, internal: Unresolved attributes are not allowed here
xlat_purify_cond request.Foo == 'request.Foo'
-match ERROR offset 8: Attribute 'Foo' not found in namespace 'internal': Unresolved attributes are not allowed here
+match ERROR offset 8: Attribute 'Foo' not found. Searched in: RADIUS, internal: Unresolved attributes are not allowed here
#match ERROR offset 10: Attribute 'Foo' not found. Searched in: RADIUS, internal: Unresolved attributes are not allowed here
xlat_purify_cond not-a-list.User-Name == not-a-list.User-Name