src/examples/sssd*conf: Enable the ifp service by default#8649
src/examples/sssd*conf: Enable the ifp service by default#8649arrowd wants to merge 1 commit intoSSSD:masterfrom
Conversation
It is required for sssctl program to work and when ifp is not enabled, it fails with an obscure message
There was a problem hiding this comment.
Code Review
This pull request updates the SSSD configuration examples in src/examples/sssd-example.conf and src/examples/sssd.conf by adding the ifp service to the list of enabled services. I have no feedback to provide as no issues were identified in these changes.
|
On Linux systems 'ifp' is d-bus socket activated service. |
|
After spending some time debugging the The |
But it starts at least? I guess it exits because Line 218 in 32dedfb not met and socket_activated_service_not_found() isn't executed...
That's a real place that needs fixing... |
|
Yes, the dbus autoactivation mechanism works. What would be the correct fix? |
|
It depends. Currently 'sssd_ifp' can be started automatically as d-bus service, other responders - via systemd socket activation. |
No, our rc.d system is pretty simple wrt that. For dbus services we resort on dbus autoactivation. |
|
Then maybe an exception for 'ifp' makes more sense. |
It is required for sssctl program to work and when ifp is not enabled, it fails with an obscure message