22 Jan
2009
22 Jan
'09
6:46 a.m.
On Thu, Jan 22, 2009 at 6:18 AM, Alan DeKok <aland@deployingradius.com> wrote:
Alexandre Chapellon wrote:
Is there a way to make usernames stored n users file be case non-sensitive?
Source code changes, unfortunately.
And what about using mysql for example and modifying queries to use LOWER or UPPER functions? Something like this authorize_check_query = "SELECT id, username, attribute, value, op \ FROM ${authcheck_table} \ WHERE username = LOWER('%{SQL-User-Name}') \ ORDER BY id"