15 May
2014
15 May
'14
1:24 p.m.
On 15/05/14 18:05, Alan DeKok wrote:
Phil Mayers wrote:
The actual error message is:
... wrong.
The radius_evaluate_cond() function is returning -1, but isn't calling fr_strerror_printf(). So the error string is whatever happens to be left in the error buffer.
Ah. So presumably it should be complaining about Cisco-AVPair not being present, but is complaining about something from earlier (maybe previous packet)? (I've already updated the config to have: if (Attr && Attr =~ //) ...so I'll stop seeing the "not present" complaint too :o)