From: Alan Buxey Date: Sat, 17 May 2014 12:08:58 +0000 (+0100) Subject: comment out the mixed case X-Git-Tag: release_2_2_6~58^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F642%2Fhead;p=thirdparty%2Ffreeradius-server.git comment out the mixed case same patch as in HEAD and MASTER - stops policies that should help sites from causing issues. --- 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