21 Jan
2009
21 Jan
'09
4:49 p.m.
HEllo, Is there a way to make usernames stored n users file be case non-sensitive? regards.
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"
6376
Age (days ago)
6377
Last active (days ago)
2 comments
3 participants
participants (3)
-
Alan DeKok -
Alexandre Chapellon -
Luciano Afranllie