On Thu, Jan 22, 2009 at 6:18 AM, Alan DeKok <[email protected]> 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"
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html