privacyidea / pam_python

Add two factor authentication to PAM via privacyIDEA
18 stars 18 forks source link

add parameter no_authtok #10

Open gojufhv opened 4 years ago

gojufhv commented 4 years ago

if no_authtok is set, the script does not set pam authtok.

needed if you want to run pam_unix after privacyidea_pam.py. otherwise pam_unix instantly fail because it uses the authtok and do not prompt the user for a password.

cornelinux commented 4 years ago

Can you please open an issue to which this PR refers. And describe in the issue what and why it should be done. Thanks.