Package samba-winbind-krb5-localauth: Information

  • Default inline alert: Version in the repository: 4.19.6-alt1

Binary package: samba-winbind-krb5-localauth
Version: 4.16.7-alt2
Architecture: armh
Build time:  Dec 7, 2022, 07:35 PM in the task #310866
Source package: samba
Category: System/Servers
Report package bug
License: GPLv3+ and LGPLv3+
Summary: Samba winbind krb5 plugin for mapping user accounts
Description: 
The winbind krb5 localauth is a plugin that permits the MIT Kerberos libraries
that Kerberos principals can be validated against local user accounts.

Maintainer: Evgeny Sinelnikov


Last changed


Nov. 29, 2022 Evgeny Sinelnikov 4.16.7-alt2
- Add role-usershares control allow or disallow for group users using of
  samba usershares as privilege.
- Add compatibility support for sambashare group as common privilege assigned
  to usershares group (Closes: #44379).
Nov. 22, 2022 Evgeny Sinelnikov 4.16.7-alt1
- Update to maintenance release of Samba 4.16 (Samba#15203)
- Security fixes:
  + CVE-2022-42898: Samba's Kerberos libraries and AD DC failed to guard against
                    integer overflows when parsing a PAC on a 32-bit system, which
                    allowed an attacker with a forged PAC to corrupt the heap.
                    https://www.samba.org/samba/security/CVE-2022-42898.html
    Workaround and mitigations:
    * No workaround on 32-bit systems as an AD DC
    * file servers are only impacted if in a non-AD domain
    * 64-bit systems are not exploitable
Nov. 7, 2022 Evgeny Sinelnikov 4.16.6-alt2
- Don't treat a missing include file as an error in handle_include().
  This behavior differs between the source3 and source4 parts of Samba.
  So, it should be the same and just not an error (Closes #44214).