Ludvig Michaelsson
Ludvig Michaelsson
Thanks for the RFE! Could you elaborate on the end goal? The options that you mention alter the way pam-u2f authenticates a user (e.g. by verifying a PIN or through...
> Does this answer your question? Yes, thank you for the clarification! Being able to configure the module's default options using a separate configuration file while allowing the same options...
Hi, I have not had time to take a close look yet. We welcome any contributions towards this feature! For consistency with other modules, I'd suggest that we aim for...
Hi, sorry for the delay. While the exact details would probably require a closer look, my initial impression is that the idea does sound reasonable and interesting. We'd probably consider...
Thanks! > Also, do you think the `%u` expansion would be possible when a user is signing in with SSH? This module only works locally (barring the `manual` mode) since...
Hi @Treeston, > Does libfido2 expose the raw CBOR data returned from CTAP_CBOR_GETINFO in a portable manner? Is there some other way to obtain the supported algorithm list? I'm afraid...
Thank you for the patch! While I would like to apply this, I'm a bit concerned at what happens when the application calls `pam_end()` and pam-u2f is unloaded. After this,...
Hi, This looks like a [problem that was fixed in pam-u2f v1.0.5 ](https://github.com/Yubico/pam-u2f/pull/44)(released 16 Apr 2018). I **strongly** recommend upgrading to a later version (see [NEWS for details](https://github.com/Yubico/pam-u2f/blob/main/NEWS)). You should...
Hi @perceival, Thank you for the feature request. To get a better grasp of any current limitations; is it possible that the feature you're asking for could be implemented using...
> So there is no way to obtain supported-algorithm information in the version listed above, then? I'd be stuck with trial-and-error iteration -- which, as previously mentioned, has some pitfalls...