Archived
1
0
Fork 0

Merge branch 'master' of ssh://cpp/liblerdorf

This commit is contained in:
Root Cpp Charlie 2013-11-15 09:22:00 +01:00
commit 3d3dfc47c0

View file

@ -1496,7 +1496,7 @@ sub get_no_strong_auth_user()
my $token = $home . "/.google_authenticator";
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");