1 Oct
2020
1 Oct
'20
9:55 a.m.
On Oct 1, 2020, at 4:10 AM, Mark Grayson (mgrayson) <mgrayson@cisco.com> wrote:
However, I am still not getting the reply attribute passed. Here is the debug showing expansion happily picks up username but not any of the reply attributes. Is it due to the ordering of update replay after rlm_rest?
If the Class attributes are added *after* the REST call, then they're not available to the REST call. So yes, they should be added before calling REST. Alan DeKok.