Bug 1834181
| Summary: | [Bug] Reduce logging about flat names | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Alexey Tikhonov <atikhono> |
| Component: | sssd | Assignee: | Paweł Poławski <ppolawsk> |
| Status: | CLOSED ERRATA | QA Contact: | sssd-qe <sssd-qe> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 8.2 | CC: | grajaiya, jhrozek, lslebodn, mniranja, mzidek, pbrezina, sgoveas, thalman, tscherf |
| Target Milestone: | rc | Keywords: | Triaged |
| Target Release: | --- | Flags: | pm-rhel:
mirror+
|
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | sssd-2.3.0-1.el8 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-11-04 02:05:05 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
Alexey Tikhonov
2020-05-11 09:06:34 UTC
* `master`
* 4c93aa76d93fa786d52f78cd76d3afd94ee75ea2 - DOMAIN: Downgrade log message type
* `sssd-1-16`
* 5774526cf66d1e48b2226050e4dfeff394849771 - DOMAIN: Downgrade log message type
python3-sssdconfig-2.3.0-4.el8.noarch sssd-common-2.3.0-4.el8.x86_64 sssd-winbind-idmap-2.3.0-4.el8.x86_64 sssd-2.3.0-4.el8.x86_64 sssd-client-2.3.0-4.el8.x86_64 sssd-nfs-idmap-2.3.0-4.el8.x86_64 sssd-kcm-2.3.0-4.el8.x86_64 sssd-dbus-2.3.0-4.el8.x86_64 sssd-krb5-common-2.3.0-4.el8.x86_64 sssd-krb5-2.3.0-4.el8.x86_64 sssd-ad-2.3.0-4.el8.x86_64 sssd-ipa-2.3.0-4.el8.x86_64 sssd-tools-2.3.0-4.el8.x86_64 sssd-common-pac-2.3.0-4.el8.x86_64 sssd-ldap-2.3.0-4.el8.x86_64 sssd-proxy-2.3.0-4.el8.x86_64 sssd.conf [sssd] config_file_version = 2 services = nss, pam domains = files, example1 debug_level = 9 [domain/files] id_provider = files full_name_format = %1$s debug_level = 3 [domain/example1] ldap_search_base = dc=example,dc=test id_provider = ldap auth_provider = ldap ldap_user_home_directory = /home/%u ldap_uri = ldaps://auto-hv-02-guest08.idmqe.lab.eng.bos.redhat.com ldap_tls_cacert = /etc/openldap/cacerts/cacert.pem use_fully_qualified_names = True debug_level = 9 [nss] default_shell = /bin/bash memcache_timeout = 600 enum_cache_timeout = 5400 entry_cache_nowait_percentage = 75 entry_negative_timeout = 5400 # Default debug_level of nss shall be max 5 because it is logging every uid lookup and can generate 5+GB/day debug_level = 3 1. Start sssd service following messages is noticied 2. Lookup users [root@ibm-x3650m4-01-vm-11 sssd]# for i in `seq 1 20`; do getent passwd foo$i@example1; done foo1@example1:*:14583101:14564100:foo1 User::/bin/bash foo2@example1:*:14583102:14564100:foo2 User::/bin/bash foo3@example1:*:14583103:14564100:foo3 User::/bin/bash foo4@example1:*:14583104:14564100:foo4 User::/bin/bash foo5@example1:*:14583105:14564100:foo5 User::/bin/bash foo6@example1:*:14583106:14564100:foo6 User::/bin/bash foo7@example1:*:14583107:14564100:foo7 User::/bin/bash foo8@example1:*:14583108:14564100:foo8 User::/bin/bash foo9@example1:*:14583109:14564100:foo9 User::/bin/bash Verify if the message "Flat name requested but domain has noflat name set, falling back to domain name" is seen in logs. [root@ibm-x3650m4-01-vm-11 sssd]# pwd /var/log/sssd [root@ibm-x3650m4-01-vm-11 sssd]# grep -i "flat name" -R * [root@ibm-x3650m4-01-vm-11 sssd]# grep -i "flat name" -R * [root@ibm-x3650m4-01-vm-11 sssd]# Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (sssd bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:4569 |