23 Aug
2005
23 Aug
'05
6:36 a.m.
Hi! Is it possible to rewrite a string in the ./raddb/sql.conf ? accounting_update_query = "UPDATE ${acct_table1} \ SET FramedIPAddress = '%{Framed-IP-Address}', \ AcctSessionTime = '%{Acct-Session-Time}', \ ... - remove a "\" and put it as one long line. Seems, radius_xlat() does not understand "\" (line continue) and substitutes it with "?" so we have a wrong SQL request. -- -=AV=-