From 0d100bd153a6e86d670cb49e20a44a881922b19e Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Dec 05 2013 13:10:32 +0000 Subject: First parameter is ignored by some pam_pkcs11 versions - we use harmless parameter at this place --- diff --git a/authinfo.py b/authinfo.py index ad07a73..67e4748 100644 --- a/authinfo.py +++ b/authinfo.py @@ -320,12 +320,12 @@ argv_fprintd_auth = [ ] argv_pkcs11_auth = [ - "card_only" + "nodebug" ] argv_force_pkcs11_auth = [ - "wait_for_card", - "card_only" + "nodebug", + "wait_for_card" ] argv_krb5_auth = [