Felix Lechner

Results 24 comments of Felix Lechner

@ogranada Hi, maybe https://github.com/1wilkens/pam/pull/24 would help? I believe there is presently [a compatibility issue](https://github.com/1wilkens/pam-sys/pull/16#issuecomment-917656246) with non-Linux systems.

Hi @1wilkens, Not sure if [this error](https://github.com/1wilkens/pam/blob/master/src/module.rs#L22) is still relevant, but I wrote a very similar module definition . It was originally separate but now works with your version 0.7.0...

@1wilkens Hi, that's are a good match. I only work on modules. As a first step, could you perhaps update [pam-sys](https://docs.rs/pam-sys/0.5.6/pam_sys/) (and make any changes needed here)? I found [an...

@VuiMuich Programs seeking authentication—like your screen locker—can always be configured to use installed service modules. You would use the `module` feature here to support a new authentication method or session...

I am not sure what you would like to achieve, but any Rust program would benefit from the Rustified API in `pam` (vs. `pam-sys`). Your system's authentication methods, on the...

You won't be writing any modules. Fingerprint setups vary, but PAM is often configured as `(password OR fingerprint)`. The fingerprint may or may not yield the token needed to decrypt...

Hi, I also saw that in Guix when installing `zbar` as a user. Thanks for this great piece of software!

I am not sure what my speed is, but I use `gocryptfs` for a home directory mounted on the local network via kerberized NFSv4 every day (`sec=krb5i`). This is on...

Hi, I am not sure if the module prompts on failure. Maybe it has to be `required`? Otherwise the module argument route is worth exploring. I might check the source...

Hi, this ticket caused me to take a deep dive into `libpam-mount`. (I was the one who [patched it](https://salsa.debian.org/debian/libpam-mount/-/commit/11caf1c11f027180663fd0ce6316e662bd9cde7d) for the `%{USER}` substitution.) For now, I only looked into my...