case sensitivity

Luciano Afranllie listas.luafran at gmail.com
Thu Jan 22 12:46:48 CET 2009


On Thu, Jan 22, 2009 at 6:18 AM, Alan DeKok <aland at 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"



More information about the Freeradius-Users mailing list