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
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to