RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1910131 - sssd throwing error " Unable to parse name test' [1432158283]: The internal name format cannot be parsed" at debug_level 2 [rhel-7.9.z]
Summary: sssd throwing error " Unable to parse name test' [1432158283]: The internal n...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: sssd
Version: 7.9
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: rc
: ---
Assignee: Alexey Tikhonov
QA Contact: shridhar
URL:
Whiteboard: sync-to-jira review
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-12-22 19:07 UTC by Nikhil Suryawanshi
Modified: 2024-10-01 17:14 UTC (History)
13 users (show)

Fixed In Version: sssd-1.16.5-10.el7_9.8
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-06-08 22:34:10 UTC
Target Upstream Version:
Embargoed:
pm-rhel: mirror+


Attachments (Terms of Use)

Comment 9 Alexey Tikhonov 2021-01-12 16:36:27 UTC
Upstream PR: https://github.com/SSSD/sssd/pull/5458

Comment 10 Alexey Tikhonov 2021-01-18 10:07:09 UTC
Pushed PR: https://github.com/SSSD/sssd/pull/5458

* `sssd-1-16`
    * ba06302d262aa3571620455fafadb43aaa93139e - UTIL: find_domain_by_object_name_ex() changed log level

Comment 15 shridhar 2021-05-27 12:39:26 UTC
Tested with:

[root@vm-10-0-110-9 ~]# rpm -q sssd
sssd-1.16.5-10.el7_9.8.x86_64

[root@vm-10-0-110-9 ~]# cat /etc/sssd/sssd.conf 
[sssd]
domains = sgadekar2012r2.com
config_file_version = 2
services = nss, pam, sudo

[domain/sgadekar2012r2.com]
ad_domain = sgadekar2012r2.com
krb5_realm = SGADEKAR2012R2.COM
realmd_tags = manages-system joined-with-adcli
cache_credentials = True
id_provider = ad
krb5_store_password_if_offline = True
default_shell = /bin/bash
ldap_id_mapping = True
use_fully_qualified_names = False
fallback_homedir = /home/%u@%d
access_provider = ad
sudo_provider = ad
debug_level = 2

[sudo]
debug_level = 2

===
sudo rule from server:
<snip>
# head_rule1, Sudoers, sgadekar2012r2.com
dn: CN=head_rule1,OU=Sudoers,DC=sgadekar2012r2,DC=com
objectClass: top
objectClass: sudoRole
cn: head_rule1
distinguishedName: CN=head_rule1,OU=Sudoers,DC=sgadekar2012r2,DC=com
instanceType: 4
whenCreated: 20210527122201.0Z
whenChanged: 20210527122201.0Z
uSNCreated: 16868
uSNChanged: 16871
name: head_rule1
objectGUID:: 6msachlOmkONr4/8r24P5g==
objectCategory: CN=sudoRole,CN=Schema,CN=Configuration,DC=sgadekar2012r2,DC=co
 m
dSCorePropagationData: 16010101000000.0Z
sudoOption: !authenticate
sudoOption: !requiretty
sudoUser: sudo_usera
sudoRunAs: sudo_idmuser1
sudoCommand: /usr/bin/head
sudoHost: ALL

</snip>

                
[root@vm-10-0-110-9 ~]# egrep 'Unable' -i /var/log/sssd/sssd_sudo.log 
[root@vm-10-0-110-9 ~]# egrep 'Unable' -i /var/log/sssd/sssd_sgadekar2012r2.com.log 
[root@vm-10-0-110-9 ~]# su - sudo_idmuser1
 
[root@vm-10-0-110-9 ~]# su - sudo_usera
[sudo_usera@vm-10-0-110-9 ~]$ sudo -l
User sudo_usera may run the following commands on vm-10-0-110-9:
    (sudo_idmuser1) NOPASSWD: /usr/bin/head
[sudo_usera@vm-10-0-110-9 ~]$ logout
[root@vm-10-0-110-9 ~]# egrep 'Unable' -i /var/log/sssd/sssd_sgadekar2012r2.com.log 
[root@vm-10-0-110-9 ~]# egrep 'Unable' -i /var/log/sssd/sssd_sudo.log 
[root@vm-10-0-110-9 ~]# 

Marking verified.

Comment 19 errata-xmlrpc 2021-06-08 22:34:10 UTC
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-2021:2319


Note You need to log in before you can comment on or make changes to this bug.