21 Feb
2022
21 Feb
'22
9:21 a.m.
On Feb 21, 2022, at 3:30 AM, Can Paçacı <pacaci@servisnet.com.tr> wrote:
It truncates the attribute "Calling-Station-Id" value after the # sign while writing the radacct table. Why it trancates?
Read the debug output to see why. Or, http://wiki.freeradius.org/list-help Normally the '#' character isn't allowed in SQL. So it's converted to something else. That conversion depends on the specific SQL database your'e using. Alan DeKok.