Skip to content

pam: Immediately return verify-match/verify-no-match

Benjamin Berg requested to merge benzea/immediate-verify-match into master

In the verify-match case, this means disconnecting from the bus rather than stopping the verification. This is the only way to make sure that the result is immediately reported and we do not wait for the device to be idle again (which generally means waiting for finger removal).

In the verify-no-match case we simply send the string first before the operation is stopped. An exceeded retry limit is only reported after VerifyStop has finished.

Merge request reports