Retrieve 'Aruba-Location-Id' from RAD_REQUEST

A.L.M.Buxey at lboro.ac.uk A.L.M.Buxey at lboro.ac.uk
Thu Apr 25 23:43:31 CEST 2013


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


More information about the Freeradius-Users mailing list