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.