URL: https://github.com/SSSD/sssd/pull/851 Title: #851: Update __init__.py.in
alexal commented: """ @pbrezina , I apologize for the delay, I had a lot of things at work. I've modified the code, but a few additional changes might be required, because I'm getting this error for the following providers: - selinux_provider - subdomains_provider - session_provider > Traceback (most recent call last): File "sssdconfig_test.py", line 6, in <module> domain = config.get_domain('EXAMPLE.COM') File "/usr/lib/python3.7/site-packages/SSSDConfig/__init__.py", line 1952, in get_domain domain.set_option(option, value) File "/usr/lib/python3.7/site-packages/SSSDConfig/__init__.py", line 1262, in set_option self.add_provider(value, provider) File "/usr/lib/python3.7/site-packages/SSSDConfig/__init__.py", line 1315, in add_provider raise NoSuchProviderSubtypeError(provider_type) SSSDConfig.NoSuchProviderSubtypeError: selinux It does appear I have to limit default values for these provides and maybe for others too. Thanks, Alex """ See the full comment at https://github.com/SSSD/sssd/pull/851#issuecomment-538778833
_______________________________________________ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org