Package python3-module-ipa_hbac: Information

    Binary package: python3-module-ipa_hbac
    Version: 2.8.1-alt1
    Architecture: x86_64
    Build time:  Apr 14, 2023, 06:47 PM in the task #317735
    Source package: sssd
    Report package bug
    License: LGPLv3+
    Summary: Python3 bindings for the FreeIPA HBAC Evaluator library
    Description: 
    The python3-module-libipa_hbac contains the bindings so that libipa_hbac can be
    used by Python3 applications.

    Maintainer: Evgeny Sinelnikov


    Last changed


    Nov. 7, 2022 Evgeny Sinelnikov 2.8.1-alt1
    - Update to latest 2.8 major release.
    - Important fixes:
      + A regression when running sss_cache when no SSSD domain is enabled would
        produce a syslog critical message was fixed.
      + Several fixes in D-Bus infopipe functions:
        ListByName(), Groups.ListByName() and Groups.ListByDomainAndName().
    Oct. 29, 2022 Evgeny Sinelnikov 2.8.0-alt2
    - Redesign become_user patch to should assign supplementary groups for server
      part of code only (due race condition in krb5_child, for example).
    Oct. 15, 2022 Evgeny Sinelnikov 2.8.0-alt1
    - AD GPO: Fix support processing referrals for hostname
    - New features
      + Introduced the dbus function
        org.freedesktop.sssd.infopipe.Users.ListByAttr(attr, value, limit)
        listing upto limit users matching the filter attr=value.
      + sssctl is now able to create, list and delete indexes on the local caches.
        Indexes are useful for the new D-Bus ListByAttr() function.
      + sssctl is now able to read and set each component's debug level
        independently.
    - Important fixes:
      + domains option in [sssd] section can now be completely omitted if domains
        are enabled via domains/enabled option.
    - New options:
      + core_dumpable, ldap_enumeration_refresh_offset,
        subdomain_refresh_interval_offset, dyndns_refresh_interval_offset
        refresh_expired_interval_offset, ldap_purge_cache_offset.
    - Configuration changes:
      + Option 'ad_machine_account_password_renewal_opts' now accepts an optional
        third part as the maximum deviation in the provided period (first part) and
        initial delay (second part). If the period and initial delay are provided
        but not the offset, the offset is assumed to be 0. If no part is provided,
        the default is 86400:750:300.
      + override_homedir now recognizes the %h template which is replaced by the
        original home directory retrieved from the identity provider, but in lower
        case.