Package pam_pkcs11: Information

    Source package: pam_pkcs11
    Version: 0.6.12.1-alt1
    Build time:  Mar 14, 2024, 09:19 PM
    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 (e2kv6, e2kv5, e2kv4, e2k)
    pam_pkcs11-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    pam_pkcs11-isbc (e2kv6, e2kv5, e2kv4, e2k)
    pam_pkcs11-isbc-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    pam_pkcs11-ldap (e2kv6, e2kv5, e2kv4, e2k)
    pam_pkcs11-ldap-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    pam_pkcs11-pcsc (e2kv6, e2kv5, e2kv4, e2k)
    pam_pkcs11-pcsc-debuginfo (e2kv6, e2kv5, e2kv4, e2k)

    Maintainer: Paul Wolneykien


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

    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.