[freeside-commits] freeside/FS/FS/part_export sqlradius.pm, 1.25.2.10, 1.25.2.11
Ivan,,,
ivan at wavetail.420.am
Thu Oct 9 13:06:23 PDT 2008
Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory wavetail.420.am:/tmp/cvs-serv5989
Modified Files:
Tag: FREESIDE_1_7_BRANCH
sqlradius.pm
Log Message:
use Freeradius := attribute for ALL attributes except Password. Crypt-Password, User-Password, Password-With-Header should now use := instead of ==. RT#4051
Index: sqlradius.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/sqlradius.pm,v
retrieving revision 1.25.2.10
retrieving revision 1.25.2.11
diff -u -d -r1.25.2.10 -r1.25.2.11
--- sqlradius.pm 1 Jul 2008 05:01:29 -0000 1.25.2.10
+++ sqlradius.pm 9 Oct 2008 20:06:20 -0000 1.25.2.11
@@ -364,7 +364,7 @@
$i_sth->execute(
$username,
$attribute,
- ( $attribute =~ /Password/i ? '==' : ':=' ),
+ ( $attribute eq 'Password' ? '==' : ':=' ),
$attributes{$attribute},
) or die $i_sth->errstr;
More information about the freeside-commits
mailing list