X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=bin%2Fsqlradius.import;h=e8b63949c4a73d8ad77286147e01baba8c3301db;hb=2adf848ec4e42200382ce0f028a31cefa98c3c39;hp=587d828e43e20dde81e70ac74f721df5b015679b;hpb=59eec66f424ee1a5e25b2d5853dbe505581b9a07;p=freeside.git diff --git a/bin/sqlradius.import b/bin/sqlradius.import index 587d828e4..e8b63949c 100644 --- a/bin/sqlradius.import +++ b/bin/sqlradius.import @@ -117,7 +117,7 @@ while ( defined ( $row = $sth->fetchrow_arrayref ) ) { foreach my $rc_row ( @{$rc_sth->fetchall_arrayref} ) { my($attribute, $value, $name, $groupname) = @$row; - if ( $attribute =~ /^(Crypt-)?Password$/ ) { + if ( $attribute =~ /^((User|Crypt)-)?Password$/ ) { $password = $value; $finger = $name; $group = $groupname;