2 Feb
2006
2 Feb
'06
10:31 p.m.
Hi all, Can anyone tell me how I can configure radius so that Username field is logged in uppercase for all records in RadAcct table. BR, Baynaa.
3 Feb
3 Feb
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
7460
Age (days ago)
7460
Last active (days ago)
1 comments
2 participants
participants (2)
-
baynaa@mobinet.mn -
Nicolas Baradakis