More fixes for virtual attributes
[freeradius.git] / src / tests / keywords / virtual-rhs
1 #
2 #  PRE: update if
3 #
4 update control {
5        Cleartext-Password := 'hello'
6 }
7
8 update request {
9         Tmp-String-0 := "<UNKNOWN-CLIENT>"
10 }
11
12 if (&Tmp-String-0 == &Client-Shortname) {
13         update reply {
14                 Filter-Id := "filter"
15         }
16 }