Allow .google-authenticator under 100b
This commit is contained in:
parent
77bee709ed
commit
984cb050fa
@ -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 New Issue
Block a user