users file case sensitive

Phil Mayers p.mayers at imperial.ac.uk
Mon Sep 17 12:53:58 CEST 2012


On 09/17/2012 11:00 AM, Gregg Douglas wrote:
> Hi,
>
> Background:
>
>     FreeRadius Version: 2.1.1-7.10.1
>     Users are stored in LDAP, I am using the users file to assign static
>     IP Addresses to certain users.
>
>
> It seems that the users file is case sensitive, I found a few articles
> on the net regarding this, but none really supplied a definitive answer.
>
> Is there a way to prevent the users file from being case sensitive ? If
> not, what is the recommended method to elegantly avoid this problem.

files myfiles {
   key = "%{lower:%{User-Name}}"
   ...
}

...or something similar.


More information about the Freeradius-Users mailing list