18 Apr
2013
18 Apr
'13
3:47 a.m.
On Wed, 2013-04-17 at 22:03 -0500, Andres Gomez Ruiz wrote:
So I have many users using the same username putting one, two, three, ...etc., spaces after the username.
How can I solve this situation? May be with a SQL query that ignores the spaces in the username? (talking about the sql counters)
Not really a RADIUS question, but this is default behaviour for MySQL. Convert the VARCHAR Field to binary or use TRIM() for the counters. Regards, Wilco Baan Hofman