Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A boring version of #7607 #7638

Closed

Commits on Oct 11, 2024

  1. Move 'nscd' helper functions out of 'utils'

    as it's not used anywhere outside 'monitor'.
    alexey-tikhonov committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    2e32cb5 View commit details
    Browse the repository at this point in the history
  2. CONFDB: introduce helper to read a full list of configured services,

    including implicitly configured
    alexey-tikhonov committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    207fe4e View commit details
    Browse the repository at this point in the history
  3. IFP: use new helper to retrieve services list

    This still won't handle socket activated services, but should
    take care of implicitly configured services at least.
    alexey-tikhonov committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    057d801 View commit details
    Browse the repository at this point in the history
  4. socket_activated_responders: check confdb

    (instead of sssd.conf) using new helper to take into
    account implictly configured services.
    
    Resolves: SSSD#5013
    alexey-tikhonov committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    c1a1edc View commit details
    Browse the repository at this point in the history
  5. socket_activated_responders: log to syslog instead of stdout

    Otherwise logs of 'ExecStartPre' command are lost.
    alexey-tikhonov committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    4173b6a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2cffd82 View commit details
    Browse the repository at this point in the history
  7. CONFDB: don't hard fail in add_implicit_services()

    if no explicitly configured domains found.
    
    There are might be 'enable_files_domain = true' or app domains that
    are expanded later.
    alexey-tikhonov committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    a0176b3 View commit details
    Browse the repository at this point in the history
  8. CONFDB: mistype fix

    alexey-tikhonov committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    0eb64b6 View commit details
    Browse the repository at this point in the history