Merge branch 'master' of ssh://cpp/liblerdorf
This commit is contained in:
commit
3d3dfc47c0
1 changed files with 1 additions and 1 deletions
|
@ -1496,7 +1496,7 @@ sub get_no_strong_auth_user()
|
||||||
my $token = $home . "/.google_authenticator";
|
my $token = $home . "/.google_authenticator";
|
||||||
my $login = $entry->get_value("uid");
|
my $login = $entry->get_value("uid");
|
||||||
|
|
||||||
push @faulty_users, $entry if (! -f $token || -s $token < 100);
|
push @faulty_users, $entry if (! -f $token || -s $token < 90);
|
||||||
}
|
}
|
||||||
|
|
||||||
$ldap->unbind or die ("couldn't disconnect correctly");
|
$ldap->unbind or die ("couldn't disconnect correctly");
|
||||||
|
|
Reference in a new issue