[EMAIL PROTECTED] 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

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to