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. -- Regards,
On Oct 12, 2018, at 3:22 AM, Nischal Mathabhik <nischal.mathabhik@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
Thanks, for the tip hashed out reject mixed case in filter and it worked On Fri, Oct 12, 2018 at 9:23 AM Arran Cudbard-Bell < a.cudbardb@freeradius.org> wrote:
On Oct 12, 2018, at 3:22 AM, Nischal Mathabhik < nischal.mathabhik@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
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- Regards, Nischal Mathabhik
participants (2)
-
Arran Cudbard-Bell -
Nischal Mathabhik