19 May
2015
19 May
'15
2:51 p.m.
On May 19, 2015, at 2:50 PM, Franz Angeli <franz.angeli@gmail.com> wrote:
with attribute set at integer i have:
++- entering policy check_validity {...} expand: %l -> 1432061274 +++[control] returns noop +++? if (control:Start_Time > control:System-Date) Failed parsing "control:System-Date": Unknown value
In v2, you have to do: if (control:Start_Time > "%{control:System-Date}") { ... In v3, you can compare attributes directly. Alan DeKok.