pam_pkcs11
pam_pkcs11 copied to clipboard
This Linux-PAM login module allows a X.509 certificate based user login
Copy of Ubuntu bug https://bugs.launchpad.net/ubuntu/+source/pam-pkcs11/+bug/1650366 ### Problem: PAM configuration is managed using pam-auth-update. However, pam-pkcs11 does not provide the necessary description file below /usr/share/pam-configs. Hence, it must be added manually...
Hi! Finally, I've separated and described all my patches for `pam_pkcs11` (I said about them a while ago in #27). The description is here: https://github.com/wolneykien/pam_pkcs11/blob/patches/alt/main/PATCHES.md and the file's branch (`patches/alt/main`)...
Hi there **Problem description** A while ago i discovered that the _slot_description_ in the pkcs11_module not working as intended, cause the string which is compared to also have the slot...
Hi! I am trying to use pkcs11_make_hash_link util to make a symbolic hash link in `/etc/ssl/cacerts` directory. Here is a content of that directory produced by `ls`: ``` total 12...
Hello, I compiled and installed all the necessary packages and configured `/etc/pam_pkcs11/subject_mapping` with my smart card's subject data, that I got from `pkcs11_inspect`. I also added and linked the required...
At once a time I've been confused about authenticate throw Kerberos protocol. By delegate of the mapper, we can check user credentials by PKINIT protocol. But nothing. At krb_mapper we...
Say I have two smart card readers connected to a machine at the same time. If I have an application that uses pam_pkcs11 for authentication, how will the module go...
The "ssl" configuration option for LDAP mapper can take the following values: - ssl - tls - on - off based on the code in ldap_mapper.c However documentation is not...
### Overview After setting this up for U.S. Government PIV card authentication, I found a problem: everything fails when online CRL checks are enabled. I traced the problem to how...
Hello, I am trying to migrate to new os version and I need to upgrade pam_pkcs at the same time. My old working setup was Ubuntu 18.04 with pam_pkcs11 0.6.8...