Skip to content
Snippets Groups Projects
  1. Dec 20, 2024
  2. Dec 19, 2024
  3. Nov 26, 2024
  4. Nov 08, 2024
    • Michael Prokop's avatar
      autopkgtests: increase expect timeout to address flaky ldap-user-group-ldap-auth under control · b2fa46f8
      Michael Prokop authored
      The ldap-user-group-ldap-auth autopkgtest is flaky on Debian CI
      infrastructure, though so far it couldn't be reproduced on Debian's
      Salsa nor Ubuntu's test infrastructure. It appears that the test tends
      to fail under heavy load, or when specific other things are happening on
      the system. Let's increase the timeout within debian/tests/login.exp,
      which is used by debian/tests/ldap-user-group-ldap-auth, before marking
      the test as flaky.
      
      Closes: #1081027
      b2fa46f8
  5. Jun 04, 2024
  6. May 20, 2024
  7. May 16, 2024
  8. May 15, 2024
    • Sumit Bose's avatar
      oidc_child: fix wrong usage of '%*s' · a2bd4344
      Sumit Bose authored
      
      If it is not clear if a string is 0-terminated or not but the length is
      known the '%.*s' template must be used to use only given numbers of
      characters. '%*s' is a valid printf() template but only sets the minimal
      width of the output.
      
      This patch fixes an occurrence ion the sysdb code as well.
      
      Reviewed-by: default avatarAlexey Tikhonov <atikhono@redhat.com>
      (cherry picked from commit f1c6218164bbcfba1698d416e248b7a9de4ddcf9)
      a2bd4344
  9. May 09, 2024
  10. May 07, 2024
  11. May 02, 2024
  12. May 01, 2024
  13. Apr 25, 2024
  14. Apr 24, 2024
  15. Apr 23, 2024
    • Sumit Bose's avatar
      ad: refresh root domain when read directly · db27a51f
      Sumit Bose authored
      If the domain object of the forest root domain cannot be found in the
      LDAP tree of the local AD domain SSSD tries to read the request data
      from an LDAP server of the forest root domain directly. After reading
      this data the information is stored in the cache but currently the
      information about the domain store in memory is not updated with the
      additional data. As a result e.g. the domain SID is missing in this data
      and only becomes available after a restart where it is read from the
      cache.
      
      With this patch an unconditional refresh is triggered at the end of the
      fallback code path.
      
      Resolves: https://github.com/SSSD/sssd/issues/7250
      
      
      
      Reviewed-by: default avatarDan Lavu <dlavu@redhat.com>
      Reviewed-by: default avatarTomáš Halman <thalman@redhat.com>
      (cherry picked from commit 0de6c33047ac7a2b5316ec5ec936d6b675671c53)
      db27a51f
  16. Apr 22, 2024
  17. Apr 19, 2024
  18. Apr 18, 2024
Loading