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
Thanks for doing this! Was able to get Google auth set up fine, but eventually wanted to switch to Duo.
Looks like when the switch to multi-stage build was made, a bug was introduced. The locations of the pamduo libs is not copied correctly from the builder image, so you get an error saying that module cannot be found for user root.
Put a patch together locally but github is flaky tonight. The prefix command to duo pam doesn't do anything. make install still puts the libs in /lib64/security. This is not copied to the main image.
I added:
COPY --from=duo-builder lib64/ /lib/
after line 98. This works.
The text was updated successfully, but these errors were encountered:
Thanks for doing this! Was able to get Google auth set up fine, but eventually wanted to switch to Duo.
Looks like when the switch to multi-stage build was made, a bug was introduced. The locations of the pamduo libs is not copied correctly from the builder image, so you get an error saying that module cannot be found for user root.
Put a patch together locally but github is flaky tonight. The prefix command to duo pam doesn't do anything. make install still puts the libs in /lib64/security. This is not copied to the main image.
I added:
COPY --from=duo-builder lib64/ /lib/
after line 98. This works.
The text was updated successfully, but these errors were encountered: