Florian Wilkens
Florian Wilkens
Sorry for not responding earlier. I took a look at tozny/pam but figured it was unmaintained at the time. The other two options look promising and go into a direction...
Hey, sorry for the late response. To be honest I created this module without any prior knowledge of PAM and just tried to get basic authentication working. I took inspiration...
Hey thanks for the PR! In general I am in favor of supporting as many operating systems as possible, so your work is appreciated. However I am not sure about...
Sorry I am a little busy right now but have not forgotten about this! Will come back to that soonish!
Sorry for the late response @orvij. I pushed some changes that should fix the build for FreeBSD while retaining the wildcard usage. I removed the problematic import from `libc` and...
Some more progress! I added CI for FreeBSD via cirrus-ci and refactored the build script some more to split up platform-specific code some more. Additionally I added `security/openpam.h` to `wrapper.h`...
This might also be related to the way `pam` is used. Most DMs seems to first open a session without authentication when showing the ui (with `XDG_SESSION_CLASS` set to `greeter`)...
Yeah I initially started adding dbus as I thought it would be required in "modern dms"(tm) but I no longer think that that is the case. The dbus crate is...
I described the problem and potential solutions in #1164 EDIT: Sorry I didn't even look at the PR. It looks reasonable, however I don't know what `gpgconf --list-dir agent-sock` returns...
But in that case it would return `${GPG_HOME}/.gnupg/S.gpg-agent` wouldn't it? The docs seem to suggest that this is the default and systemd overrides that. So in our case that would...