Stun Box wrote: > The mystery is why there is two backslash for each "User-Name" > excepted in the accounting request ? (I ask, because it does the mess > in my sql base for accounting).
Because the server understands \t, ", and \n in strings. For this to work, it has to treat the backslash character as special. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

