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 1054639 - sssd_be aborts a request if it doesn't match any configured idmap domain
Summary: sssd_be aborts a request if it doesn't match any configured idmap domain
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: sssd
Version: 7.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Jakub Hrozek
QA Contact: Kaushik Banerjee
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-01-17 07:37 UTC by Kaushik Banerjee
Modified: 2020-05-02 17:35 UTC (History)
6 users (show)

Fixed In Version: sssd-1.11.2-32.el7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-06-13 10:14:41 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github SSSD sssd issues 3242 0 None closed sssd_be aborts a request if it doesn't match any configured idmap domain 2020-12-08 08:00:23 UTC

Description Kaushik Banerjee 2014-01-17 07:37:56 UTC
Description of problem:
Internal error in domain log for large id numbers

Version-Release number of selected component (if applicable):
1.11.2-24.el7

How reproducible:
Occasionally

Steps to Reproduce:
1. Join sssd to the AD Server via realmd tool.
2. I see the message in domain logs with starting up sssd. Don't have the exact reproducer right now.

Jakub, since you were able to access my system and submit patches, do you also have a reproducer?

Actual results:
(Thu Jan 16 14:52:06 2014) [sssd[be[sssdad.com]]] [be_get_account_info] (0x0100): Got request for [4097][1][idnumber=4294967295]
(Thu Jan 16 14:52:06 2014) [sssd[be[sssdad.com]]] [be_req_set_domain] (0x0400): Changing request domain from [sssdad.com] to [sssdad.com]
(Thu Jan 16 14:52:06 2014) [sssd[be[sssdad.com]]] [ad_account_can_shortcut] (0x0080): Mapping ID [4294967295] to SID failed: [IDMAP domain not found]
(Thu Jan 16 14:52:06 2014) [sssd[be[sssdad.com]]] [acctinfo_callback] (0x0100): Request processed. Returned 3,5,Internal Error (Memory buffer error)

Expected results:


Additional info:

Comment 2 Jakub Hrozek 2014-01-17 10:19:16 UTC
To reproduce, it should be enough to do:
getent passwd 4294967295

On an AD client. The bug shouldn't abort the request completely, the function that errored out was an optimization.

Comment 3 Jakub Hrozek 2014-01-17 10:20:18 UTC
Upstream ticket:
https://fedorahosted.org/sssd/ticket/2200

Comment 4 Jakub Hrozek 2014-01-20 21:41:45 UTC
Fixed upstream:
    master: 82234f3cc55b6faa954f2ad11968139ae0533f7d
    sssd-1-11: 76b51d84d01692a2e1300a9e45a0851258295fb6

Comment 6 Kaushik Banerjee 2014-01-22 06:11:33 UTC
I still see internal error in the logs. Shouldn't the internal error go away with the fix?

# getent passwd 4294967295
# echo $?
2

Log shows:
(Wed Jan 22 11:35:58 2014) [sssd[be[sssdad2012.com]]] [ad_account_can_shortcut] (0x0080): Mapping ID [4294967295] to SID failed: [IDMAP domain not found]
(Wed Jan 22 11:35:58 2014) [sssd[be[sssdad2012.com]]] [ad_account_info_handler] (0x0400): Cannot determine the right domain: Input/output error
(Wed Jan 22 11:35:58 2014) [sssd[be[sssdad2012.com]]] [users_get_send] (0x0080): Mapping ID [4294967295] to SID failed: [IDMAP domain not found]
(Wed Jan 22 11:35:58 2014) [sssd[be[sssdad2012.com]]] [ad_account_info_complete] (0x0010): Bug: dp_error is OK on failed request(Wed Jan 22 11:35:58 2014) [sssd[be[sssdad2012.com]]] [acctinfo_callback] (0x0100): Request processed. Returned 3,5,Internal Error (Memory buffer error)

Comment 7 Jakub Hrozek 2014-01-23 21:22:18 UTC
You're right, the internal error should go away. I reproduced the bug now and I see the error message is coming from a different location now -- so the request goes through (previously it just aborted) but returns with an unexpected combination of error codes. I'll look further.

Comment 8 Jakub Hrozek 2014-01-23 21:49:38 UTC
OK, I have a patch now, we fail further calling the same function. Feel free to mark this bug as ASSIGNED.

Comment 9 Kaushik Banerjee 2014-01-24 07:27:15 UTC
Re-opening this bug to have another fix for the internal error. Tested with version 1.11.2-29.el7

Comment 10 Jakub Hrozek 2014-01-24 12:58:00 UTC
Additional fixes landed upstream:
    master: 6095e82a99cc1c1fcac5e00f0a770302cc46eb2b
    sssd-1-11: 3a091bd11739af7807b394470bb7a7f3c42f7b7b

Comment 12 Kaushik Banerjee 2014-01-30 13:19:28 UTC
Verified in version 1.11.2-37.el7

Log now shows:
(Thu Jan 30 08:15:33 2014) [sssd[be[sssdad.com]]] [be_get_account_info] (0x0100): Got request for [4097][1][idnumber=4294967295]
(Thu Jan 30 08:15:33 2014) [sssd[be[sssdad.com]]] [be_req_set_domain] (0x0400): Changing request domain from [sssdad.com] to [sssdad.com]
(Thu Jan 30 08:15:33 2014) [sssd[be[sssdad.com]]] [ad_account_can_shortcut] (0x0080): Mapping ID [4294967295] to SID failed: [IDMAP domain not found]
(Thu Jan 30 08:15:33 2014) [sssd[be[sssdad.com]]] [ad_account_info_handler] (0x0400): Cannot determine the right domain: Input/output error
(Thu Jan 30 08:15:33 2014) [sssd[be[sssdad.com]]] [users_get_send] (0x0080): [4294967295] did not match any configured ID mapping domain
(Thu Jan 30 08:15:33 2014) [sssd[be[sssdad.com]]] [sysdb_search_user_by_uid] (0x0400): No such entry
(Thu Jan 30 08:15:33 2014) [sssd[be[sssdad.com]]] [sysdb_delete_user] (0x0400): Error: 2 (No such file or directory)
(Thu Jan 30 08:15:33 2014) [sssd[be[sssdad.com]]] [acctinfo_callback] (0x0100): Request processed. Returned 0,0,Success

Comment 13 Ludek Smid 2014-06-13 10:14:41 UTC
This request was resolved in Red Hat Enterprise Linux 7.0.

Contact your manager or support representative in case you have further questions about the request.


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