20 Feb
2014
20 Feb
'14
8:32 a.m.
On 20/02/14 13:05, Anja Ruckdaeschel wrote:
Did the change with policies and default and inner-tunnel with "%{client:group}" instead of Huntgroup-Name.
But what is the equivalent Variable to check that in the users file / files module?
You'll have to copy it into a variable before calling files e.g. authorize { ... update request { Tmp-String-0 = "%{client:group}" } files ... } ...then in "users" DEFAULT Tmp-String-0 == "group1" blah, blah You can define your own variable names; see raddb/dictionary and note carefully the comments about attribute numbers.