Re: Lower case to Upper case in Calling-Station-Id at policy.conf

2009-09-18 Thread Stefan Saraev
($RAD_REQUEST{'Calling-Station-Id'}); } - -- cut -- and add perl in preacct { } section after preprocess in radiusd.conf - - Regards Stefan Saraev Link+ Ltd. +359 899 19 15 34 - - Original Message - From: Hilton Guaraldi [mailto:guara...@gmail.com] To: FreeRadius users

Re: Lower case to Upper case in Calling-Station-Id at policy.conf

2009-09-18 Thread Stefan Saraev
($RAD_REQUEST{'Calling-Station-Id'}); } sub preacct { $RAD_REQUEST{'Calling-Station-Id'} = uc($RAD_REQUEST{'Calling-Station-Id'}); } - -- cut --- - - Regards Stefan Saraev Link+ Ltd. +359 899 19 15 34 - - Original Message - From: Hilton Guaraldi [mailto:guara...@gmail.com