URL: https://github.com/SSSD/sssd/pull/685 Author: jhrozek Title: #685: Hi, Action: opened
PR body: """ this PR allows the administrator to only restart the KCM service in order to apply changes in sssd.conf's [kcm] section.
I think this would be nice for admins, but the code feels already a bit hackish to me. I think we should keep on working on the static files with the read-only configuration, because then: - we could get rid of the special case to remove the section, because the section would always be there - we could remove different cases for adding/replacing sections - ..and of course the other things like config-show or running with no config file, just snippets
I also didn't enable this functionality for the other responders. I don't know if it makes sense without more testing and in general I don't think there are too many users of socket activated responders except kcm. """
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/685/head:pr685 git checkout pr685