20 Nov
2017
20 Nov
'17
7:26 a.m.
On Nov 20, 2017, at 3:51 AM, Fraser McGlinn <fraser@frizianz.com> wrote:
Note in the authorize reply output provided by rlm_python shows the op as +=, but the op in the access accept show =.
It's fine. RADIUS packets don't contain an operator. The operator matters only when attributes are being added or deleted to a list. When the attributes are finally *in* the list, the operators are all "=". And why would this be a bad thing? Is the server sending back the attributes you need? If so, it's fine. Alan DeKok.