[freeside-commits] freeside/FS/FS Conf.pm,1.204,1.205
Ivan,,,
ivan at wavetail.420.am
Thu Aug 23 01:23:31 PDT 2007
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv20429
Modified Files:
Conf.pm
Log Message:
fix bug where user could log in to RADIUS with uppercase usernameand avoid bandwidth acconting (mysql is case-insensitive? wtf! thanks a fucking lot for nothing, grr!)
Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -d -r1.204 -r1.205
--- Conf.pm 16 Aug 2007 13:40:43 -0000 1.204
+++ Conf.pm 23 Aug 2007 08:23:29 -0000 1.205
@@ -1099,7 +1099,7 @@
{
'key' => 'username-uppercase',
'section' => 'username',
- 'description' => 'Allow uppercase characters in usernames',
+ 'description' => 'Allow uppercase characters in usernames. Not recommended for use with FreeRADIUS with MySQL backend, which is case-insensitive by default.',
'type' => 'checkbox',
},
More information about the freeside-commits
mailing list