3 Feb
2006
3 Feb
'06
9:51 a.m.
baynaa@mobinet.mn wrote:
Can anyone tell me how I can configure radius so that Username field is logged in uppercase for all records in RadAcct table.
Please no HTML to the list. You could change the queries in /etc/raddb/sql.conf to use the UPPER() function. For example: accounting_start_query = "INSERT into radacct (UserName, ... ) values (UPPER('%{SQL-User-Name}'), ... );" -- Nicolas Baradakis