summaryrefslogtreecommitdiff
path: root/bin/sqlradius.import
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sqlradius.import')
-rw-r--r--bin/sqlradius.import2
1 files changed, 1 insertions, 1 deletions
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;