7 Aug
2006
7 Aug
'06
4:31 p.m.
----- Original Message ----- From: "Francois-Xavier GAILLARD" <fx.gaillard@thefox.com.fr> To: "FreeRadius users mailing list" <freeradius-users@lists.freeradius.org> Sent: Monday, August 07, 2006 9:19 PM Subject: Re: sql.conf
Le Mon, Aug 07, 2006 at 09:10:56AM -0700, fvt3 ecrivait:
Ok, so how do you set freeradius to do a case-insensitive match? I have "AB:CD:EF:::" in mysql and when a user authenticate with "ab:cd:ef:::" , radius reply with login incorect... Thanks in advance
Did you try to set lower_user to yes in radiusd.conf ?
And depending where you want to shift your load to (Radius vs mysql), LOWER() UPPER() functions in MySQL is also obviously very nice to use if you spend a bit of time customising the queries... -- C