Package pam_pkcs11: Information

    Source package: pam_pkcs11
    Version: 0.6.12.1-alt1
    Latest version according to Repology
    Build time:  Mar 14, 2024, 08:07 AM in the task #342676
    Category: System/Base
    Report package bug
    License: LGPL
    Summary: PKCS #11 PAM Module and Login Tools
    Description: 
    This Linux-PAM login module allows a X.509 certificate based user login.
    The certificate and its dedicated private key are thereby accessed by
    means of an appropriate PKCS #11 module. For the verification of the
    user certificates, locally stored CA certificates as well as either
    online or locally accessible CRLs are used.
    
    Adittional included pam_pkcs11 related tools:
    
     - pkcs11_eventmgr: Generate actions on card insert/removal/timeout
       events
     - pklogin_finder: Get the loginname that maps to a certificate
     - pkcs11_inspect: Inspect the contents of a certificate

    List of rpms provided by this srpm:
    pam_pkcs11 (x86_64, ppc64le, i586, aarch64)
    pam_pkcs11-debuginfo (x86_64, ppc64le, i586, aarch64)
    pam_pkcs11-isbc (x86_64, ppc64le, i586, aarch64)
    pam_pkcs11-isbc-debuginfo (x86_64, ppc64le, i586, aarch64)
    pam_pkcs11-ldap (x86_64, ppc64le, i586, aarch64)
    pam_pkcs11-ldap-debuginfo (x86_64, ppc64le, i586, aarch64)
    pam_pkcs11-pcsc (x86_64, ppc64le, i586, aarch64)
    pam_pkcs11-pcsc-debuginfo (x86_64, ppc64le, i586, aarch64)

    Maintainer: Paul Wolneykien


    ACL:
    Paul Wolneykien
    @everybody

      1. docbook-dtds
      2. docbook-style-xsl
      3. doxygen
      4. flex
      5. gcc-c++
      6. libldap-devel
      7. libopensc-devel
      8. libpam-devel
      9. libpasswdqc-devel
      10. libpcsclite-devel
      11. libpcsclite-devel >= 1.7.4
      12. libssl-devel
      13. xsltproc

    Last changed


    April 7, 2022 Paul Wolneykien 0.6.12.1-alt1
    - Updated version: upstream commit 4efa29f with fixed LGTM.com errors
      and spelling in configuration files and docs.
    - Bring back the pkcs11_make_hash_link tool with improved filename
      handling (thx krolikov) (closes: 42324).
    Aug. 27, 2021 Paul Wolneykien 0.6.12-alt1
    - Fresh up to v0.6.12.
    - Fixed segfault in CRL check (thx Komarov Egor).
    - Fixed libpasswdqc initialization (closes: 39790).
    - Fixed memory corruption in mapper modules (closes: 40814).
    March 18, 2021 Paul Wolneykien 0.6.11-alt4
    - Build with libpasswdqc (closes: 39790)
    - Warn about undefined symbols when linking the module.