freeside/bin sqlradius.import,1.5,1.6
ivan
ivan at pouncequick.420.am
Mon Jun 21 20:10:36 PDT 2004
Update of /home/cvs/cvsroot/freeside/bin
In directory pouncequick:/tmp/cvs-serv4949
Modified Files:
sqlradius.import
Log Message:
fix attribute importing bugs that borked the passwords
Index: sqlradius.import
===================================================================
RCS file: /home/cvs/cvsroot/freeside/bin/sqlradius.import,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- sqlradius.import 5 Jun 2004 09:34:49 -0000 1.5
+++ sqlradius.import 22 Jun 2004 03:10:33 -0000 1.6
@@ -116,7 +116,7 @@
$rc_sth->execute($r_username, $realm) or die $rc_sth->errstr;
foreach my $rc_row ( @{$rc_sth->fetchall_arrayref} ) {
- my($attribute, $value, $name, $groupname) = @$row;
+ my($attribute, $value, $name, $groupname) = @$rc_row;
if ( $attribute =~ /^((User|Crypt)-)?Password$/ ) {
$password = $value;
$finger = $name;
More information about the freeside-commits
mailing list