X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=bin%2Fsqlradius.import;h=e8b63949c4a73d8ad77286147e01baba8c3301db;hp=587d828e43e20dde81e70ac74f721df5b015679b;hb=e7b84aa262d4390d8abdb943c2ae084fa44e5538;hpb=ef10539fa94bf35ef913bab50030a7f9242c2f9e 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;