21d40abf3bf7b683f8462e1ed9aec6c9202cf95b
6cb26b2d4ea21bc9f44f8448e2749b4624ff0581
SSSDConfig throws an NoServiceError exception if the service is not yet present in the configuration file. We need to catch it and create the service manually in such situation.
Reproducer: 1. remove [pam] section from /etc/sssd/sssd.conf 2. # authconfig --enablesssd --enablesssdauth --updateall
1 new commit added
Pull-Request has been merged by tmraz
SSSDConfig throws an NoServiceError exception if the service is not
yet present in the configuration file. We need to catch it and
create the service manually in such situation.