You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happens now is:
return code != 0:
sudo/polkit-1 pam authentication process shows password prompt and asks for correct password --> that's ok and expected
return code = 0
sudo/polkit-1 pam authentication process also shows password prompt and asks for password and accepts any or empty password, then fingerprint auth gets invoked
--> that's not ok and not expected
I am trying to setup the following pam process:
I test this with sudo and polkit-1 (GUI) authentication. The pam config for either service looks like this:
What happens now is:
return code != 0:
sudo/polkit-1 pam authentication process shows password prompt and asks for correct password --> that's ok and expected
return code = 0
sudo/polkit-1 pam authentication process also shows password prompt and asks for password and accepts any or empty password, then fingerprint auth gets invoked
--> that's not ok and not expected
If I change
to
still the initial passowrd prompt in case of return code != 0 is shown.
In case I change
to
no additional password prompt is shown.
What am I doing wrong?
The text was updated successfully, but these errors were encountered: