From a53d1635673628ceb4799b18bf1c3cf1b910b516 Mon Sep 17 00:00:00 2001 From: Alan Buxey Date: Sat, 17 May 2014 13:08:58 +0100 Subject: [PATCH] comment out the mixed case same patch as in HEAD and MASTER - stops policies that should help sites from causing issues. --- raddb/policy.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/raddb/policy.conf b/raddb/policy.conf index 2668b29e3e..e8a8575927 100644 --- a/raddb/policy.conf +++ b/raddb/policy.conf @@ -70,13 +70,14 @@ policy { # what constitutes a user name. # filter_username { + # # reject mixed case # e.g. "UseRNaMe" # - if (User-Name != "%{tolower:%{User-Name}}") { - reject - } + #if (User-Name != "%{tolower:%{User-Name}}") { + # reject + #} # # reject all whitespace -- 2.47.2