Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I get it working on gentoo? #32

Closed
ghost opened this issue May 21, 2022 · 2 comments
Closed

How can I get it working on gentoo? #32

ghost opened this issue May 21, 2022 · 2 comments

Comments

@ghost
Copy link

ghost commented May 21, 2022

Hello, first of all can I just say thank you for this project as it has worked well on other systems. However, on my gentoo install I am running into a few problems.
Firstly, the system-auth vs common-auth issue, I followed the guidance for arch users however I do not know if it has worked for reasons I will state later
Next, the library was placed in /lib/security and was not being detected. I moved it to /lib64/security and su stopped spitting out an error saying it could not find the library
However, it still did not work. I attempted to log the PAM while ssh'ing in with and without my duress password. The only difference between the two was this line:
pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=::1 user=max
This suggests pam_duress.so is not even being loaded so that's why I believe that the system-auth might not be valid
I am not knowledgeable at all with PAM so im sure there is an easy answer that I am just missing.
Any help is appreciated! Max

@nuvious
Copy link
Owner

nuvious commented Jul 19, 2022

I may be able to pick this up in the near future and see if I can get it working in a VM I'll do a pull request similar to the one I did for an issue with Arch. If you have it figured out on your end before then let me know in this thread and I'll still take your feedback into a Gentoo specific PR.

@nuvious
Copy link
Owner

nuvious commented May 7, 2023

Closing this issue as it's out of scope for the project. Trying to focus more on bugs related to the module code itself and less about different OS flavor PAM configurations. Still welcome pull requests to create walkthroughs of how to install on various flavors of Linux but only really have the bandwidth to test in Arch and Debian variants at the moment and will only be maintaining installation guides for Debian variants.

@nuvious nuvious closed this as completed May 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant