Bug 1913086
Summary: | sssd_be eats 100 % CPU | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Lukas Hejtmanek <xhejtman> |
Component: | sssd | Assignee: | SSSD Maintainers <sssd-maint> |
Status: | CLOSED DUPLICATE | QA Contact: | sssd-qe <sssd-qe> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 8.3 | CC: | atikhono, grajaiya, jhrozek, lslebodn, mzidek, pbrezina, tscherf |
Target Milestone: | rc | ||
Target Release: | 8.0 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-01-06 10:20:44 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Lukas Hejtmanek
2021-01-05 22:57:59 UTC
Hi, thanks for the report. It is a duplicate of bz 1693379. As a work around you can disable implicit files provider (see `man sssd.conf`: enable_files_domain option) and change order of databases in /etc/nsswitch.conf to `files sss ...` (instead of `sss files ...`) *** This bug has been marked as a duplicate of bug 1693379 *** Can I disable files provider if I actually need kerberos authentication for users? (In reply to Lukas Hejtmanek from comment #2) > Can I disable files provider if I actually need kerberos authentication for > users? You can try to use ``` id_provider = proxy proxy_lib_name = files ``` instead of 'id_provider = files' (and keeping krb5 for auth) |