How to reproduce:
false
enable_files_domain
man sssd.conf
enable_files_domain (boolean) When this option is enabled, SSSD prepends an implicit domain with “id_provider=files” before any explicitly configured domains. Default: false
[sssd]
[sssd] enable_files_domain = true services = nss, pam domains = example.com ...
Expected output: There is sssd_be process for domain implicit_files e.g.
pgrep -af sssd 23654 /usr/sbin/sssd -i -f 23672 /usr/libexec/sssd/sssd_be --domain implicit_files --uid 0 --gid 0 --debug-to-files 23673 /usr/libexec/sssd/sssd_be --domain redhat.com --uid 0 --gid 0 --debug-to-files 23683 /usr/libexec/sssd/sssd_nss --uid 0 --gid 0 --debug-to-files 23684 /usr/libexec/sssd/sssd_pam --uid 0 --gid 0 --debug-to-files
Actual output: Just one sssd_be process e.g.
sssd_be
pgrep -af sssd 23654 /usr/sbin/sssd -i -f 23673 /usr/libexec/sssd/sssd_be --domain redhat.com --uid 0 --gid 0 --debug-to-files 23683 /usr/libexec/sssd/sssd_nss --uid 0 --gid 0 --debug-to-files 23684 /usr/libexec/sssd/sssd_pam --uid 0 --gid 0 --debug-to-files
Metadata Update from @jhrozek: - Issue set to the milestone: SSSD 1.15.4
Metadata Update from @lslebodn: - Issue assigned to lslebodn
https://github.com/SSSD/sssd/pull/227
master:
Metadata Update from @lslebodn: - Custom field patch adjusted to on - Custom field version adjusted to 1.1.51
Metadata Update from @lslebodn: - Issue close_status updated to: Fixed - Issue set to the milestone: SSSD 1.15.3 (was: SSSD 1.15.4) - Issue status updated to: Closed (was: Open)
SSSD is moving from Pagure to Github. This means that new issues and pull requests will be accepted only in SSSD's github repository.
This issue has been cloned to Github and is available here: - https://github.com/SSSD/sssd/issues/4371
If you want to receive further updates on the issue, please navigate to the github issue and click on subscribe button.
subscribe
Thank you for understanding. We apologize for all inconvenience.