25 Apr
2013
25 Apr
'13
5:43 p.m.
hi, tired eyes so might have missed something obvious...but can you add the following into your authorise subroutine at the top &log_request_attributes; and ensure you have the following at the bottom sub log_request_attributes { for (keys %RAD_REQUEST) { &radiusd::radlog(L_DBG, "RAD_REQUEST: $_ = $RAD_REQUEST{$_}"); } } ..then run FR is debug mode again and see what comes out. cheers alan