Bug#807990: patch

2015-12-14 Thread Antoine Beaupré
This patch has two problems: 1. it doesn't compile (follows a fixed version) 2. it's pretty dumb: it will work only if the user enters actually the right number of digits - ie. the code currently checks if the users exists only if other parameters are filled in correctly So basically,

Bug#807990: patch

2015-12-14 Thread Antoine Beaupré
Control: tags -1 +patch Here's patch that, I think, may fix that problem. --- pam_oath/pam_oath.c.orig2015-12-15 00:15:32.070364666 -0500 +++ pam_oath/pam_oath.c 2015-12-15 00:15:33.462364695 -0500 @@ -72,6 +72,7 @@ char *usersfile; unsigned digits; unsigned window; + int missingok;