Hi,
> $RAD_REPLY{'Reply-Message'} = "Mac Address Successfully
> updated in database $RAD_REQUEST{'Calling-Station-Id'}";
> return RLM_MODULE_OK;
>
> # Do some logging.
> &radiusd::radlog(1,"rlm_perl:: NEW MAC updated in database.");
note the order of your code here. you are 'return'ing before you've
donr the radlog bit. ie the radlog will never be hit because
you've already returned from the subroutine. slap the radlog
straight before the return and you'll get the values
in the radius.log
alan
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html