Hello everyone I have a quick queston. I noticed in the man page of unlang that we can reference attributes using the syntax: %{Attribute-Name[index]} This is a very useful feature :-) However, I just wanted to check whether we can update attributes in the same way? I mean something like this: update reply { Attribute-Name[index] := new_value } Thanks Ben
On 31 May 2013, at 03:23, Бен Томпсон <b.thompson@latera.ru> wrote:
Hello everyone
I have a quick queston. I noticed in the man page of unlang that we can reference attributes using the syntax:
%{Attribute-Name[index]}
This is a very useful feature :-)
However, I just wanted to check whether we can update attributes in the same way? I mean something like this:
update reply { Attribute-Name[index] := new_value }
It's planned for a future version as part of the nested attribute syntax. Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team
participants (3)
-
Alan DeKok -
Arran Cudbard-Bell -
Бен Томпсон