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

  • Default inline alert: Версия в репозитории: 2.9.4-alt2

Бинарный пакет: sssd
Версия: 2.7.3-alt1
Архитектура: aarch64
Собран:  15 июля 2022 г. 1:46 в задании #303676
Исходный пакет: sssd
Категория: Система/Серверы
Сообщить об ошибке в пакете
Загрузка: sssd-2.7.3-alt1.aarch64.rpm
Домашняя страница: https://pagure.io/SSSD/sssd

Лицензия: GPLv3+
О пакете: System Security Services Daemon
Описание: 
Provides a set of daemons to manage access to remote directories and
authentication mechanisms. It provides an NSS and PAM interface toward
the system and a pluggable backend system to connect to multiple different
account sources. It is also the basis to provide client auditing and policy
services for projects like FreeIPA.

The sssd subpackage is a meta-package that contains the deamon as well as all
the existing back ends.

Сопровождающий: Evgeny Sinelnikov



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


15 июля 2022 г. Evgeny Sinelnikov 2.7.3-alt1
- Update to latest 2.7 major release:
  + CLIENT: use thread local storage for socket to a.void the need for a lock.
  + SSS_CLIENT: got rid of code duplication.
  + SSS_CLIENT: mem-cache: fixed missing error code.
  + PAM P11: fixed minor mem-leak.
18 июня 2022 г. Evgeny Sinelnikov 2.7.2-alt2
- Update russian translations (by Elena Mishina <lepata@basealt.ru>)
14 июня 2022 г. Evgeny Sinelnikov 2.7.2-alt1
- Update to 2.7 major release:
  + Added a new krb5 plugin idp and a new binary oidc_child which performs
    OAuth2 authentication against FreeIPA.
  + Better default for IPA/AD re_expression. Tunning for group names
    containing '@' is no longer needed.
  + Added support for anonymous PKINIT to get FAST credentials.
  + SSSD now correctly falls back to UPN search if the user was not found even
    with cache_first = true.
  + SSSD can now handle multi-valued RDNs if a unique name must be determined
    with the help of the RDN.
  + New option implicit_pac_responder to control if the PAC responder is started
    for the IPA and AD providers, default is true.
  + New option krb5_check_pac to control the PAC validation behavior.
  + Multiple crl_file arguments can be used in the certificate_verification
    option.