[freeside-commits] freeside/FS/FS Conf.pm,1.180.2.12,1.180.2.13

Ivan,,, ivan at wavetail.420.am
Thu Aug 23 01:23:36 PDT 2007


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv20431

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	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.180.2.12
retrieving revision 1.180.2.13
diff -u -d -r1.180.2.12 -r1.180.2.13
--- Conf.pm	21 Jun 2007 04:02:39 -0000	1.180.2.12
+++ Conf.pm	23 Aug 2007 08:23:33 -0000	1.180.2.13
@@ -1130,7 +1130,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