Skip to content

pam_oath: Use pam_wrapper to run end-to-end tests without root

Nick Gaya requested to merge nickgaya/oath-toolkit:pam-oath-pam-wrapper into master

Currently the tests for pam_oath require root privileges to temporarily install a service in /etc/pam.d. Using pam_wrapper we can test using local config files without root.

Merge request reports