Пакет pam_pkcs11: Информация

    Исходный пакет: pam_pkcs11
    Версия: 0.6.9-alt2.M80P.1
    Собран:  30 ноября 2016 г. 11:31 в задании #173707
    Категория: Система/База
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/OpenSC/pam_pkcs11

    Лицензия: LGPL
    О пакете: PKCS #11 PAM Module and Login Tools
    Описание: 
    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
    users' 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

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    pam_pkcs11 (x86_64, i586)
    pam_pkcs11-debuginfo (x86_64, i586)
    pam_pkcs11-ldap (x86_64, i586)
    pam_pkcs11-ldap-debuginfo (x86_64, i586)
    pam_pkcs11-pcsc (x86_64, i586)
    pam_pkcs11-pcsc-debuginfo (x86_64, i586)

    Сопровождающий: Ivan Zakharyaschev


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

    Последнее изменение


    29 ноября 2016 г. Ivan Zakharyaschev 0.6.9-alt2.M80P.1
    - Build for p8.
    21 ноября 2016 г. Ivan Zakharyaschev 0.6.9-alt3
    - ask_pin (by default: true) option added (thx cas@);
      the corresponding PAM options are: ask_pin, dont_ask_pin.
    20 ноября 2016 г. Ivan Zakharyaschev 0.6.9-alt2
    - Restored ALT-specific features (from p7's 0.6.4-alt2, originally by raorn@):
      1. The example configs are placed in /usr/share/pam_pkcs11/.
      2. The use of OpenSSL's c_hash instead of pkcs11_make_hash_links
         is advised in the documentation; more options in example configs.
      3. global_ca configuration option for the system-wide cert storage.
      4. Russian translations updated
         (and shortened "smart card" into "token" in some places).
      5. Larger buffers (to hold localized strings) and safer operations
         with them (no unjustified sprintf).
      6. Check if there are any valid certificates before asking for PIN.