From: GitHub <no...@gi...> - 2014-03-08 10:05:10
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pam_pkcs11 Commit: 7354b2bba6acc766d8ea08b8258af114616e8979 https://github.com/OpenSC/pam_pkcs11/commit/7354b2bba6acc766d8ea08b8258af114616e8979 Author: logich <lo...@ro...> Date: 2014-03-05 (Wed, 05 Mar 2014) Changed paths: M README Log Message: ----------- pam_pkcs11.conf options doc update I’d like to suggest adding the two options card_only and wait_for_card to the README file just after line 102: card_only Always try to get the userid from the certificate, don't prompt for the user name if the card is present, and if the token is present, then we must use it to authenticate. wait_for_card This option needs card_only to be set. This will make the system wait for the token to be inserted on login, or after login it will require the same token be inserted to unlock the system. Commit: 809b7889c58434abd0d00bb9d229ffb24d1440aa https://github.com/OpenSC/pam_pkcs11/commit/809b7889c58434abd0d00bb9d229ffb24d1440aa Author: Ludovic Rousseau <lud...@gm...> Date: 2014-03-08 (Sat, 08 Mar 2014) Changed paths: M README Log Message: ----------- Merge pull request #4 from logich/patch-1 pam_pkcs11.conf options doc update Compare: https://github.com/OpenSC/pam_pkcs11/compare/a1689f8cc262...809b7889c584 |