[freeside-commits] freeside/FS/FS/part_export sqlradius.pm, 1.35, 1.36
Ivan,,,
ivan at wavetail.420.am
Thu Oct 9 13:06:21 PDT 2008
Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory wavetail.420.am:/tmp/cvs-serv5986
Modified Files:
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.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- sqlradius.pm 1 Jul 2008 05:03:40 -0000 1.35
+++ sqlradius.pm 9 Oct 2008 20:06:19 -0000 1.36
@@ -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