> On Oct 12, 2018, at 3:22 AM, Nischal Mathabhik <nischal.mathabhik at gmail.com> wrote:
> 
> Hi All,
> 
> I am trying to locate the place in freeradius 3 where it i can set it to
> change the username tolower before it passes it to ldap for Authentication.
Just use "%{tolower:%{User-Name}}" in the filter.
-Arran