WARNING: Please replace '%S' with '${sqlmod-inst}'
Hi List what does this means? i do not see any %S in query. WARNING: Please replace '%S' with '${sqlmod-inst}' rlm_sqlcounter: Entering module authorize code sqlcounter_expand: 'SELECT SUM(acctsessiontime) FROM radacct WHERE username='User-Name' AND acctstarttime > FROM_UNIXTIME('0')' [noresetcounter] expand: SELECT SUM(acctsessiontime) FROM radacct WHERE username='User-Name' AND acctstarttime > FROM_UNIXTIME('0') -> SELECT SUM(acctsessiontime) FROM radacct WHERE username='User-Name' AND acctstarttime > FROM_UNIXTIME('0') WARNING: Please replace '%S' with '${sqlmod-inst}' Thanks
Hi,
what does this means? i do not see any %S in query.
WARNING: Please replace '%S' with '${sqlmod-inst}'
the warning comes from the rlm_sqlcounter module - check your counter.conf and other SQL to ensure you are following the advice (dont use the variables %S or %k any longer). check your configuration against the default configuration that comes with the version of FR you are running. alan
participants (2)
-
A.L.M.Buxey@lboro.ac.uk -
Prabhpal S. Mavi