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 1248366 - Unable to resolve User IDs from trusted Domain
Summary: Unable to resolve User IDs from trusted Domain
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: sssd
Version: 7.0
Hardware: Unspecified
OS: Linux
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: SSSD Maintainers
QA Contact: Kaushik Banerjee
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-07-30 07:49 UTC by Paul
Modified: 2015-08-05 12:21 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-08-05 12:21:15 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
SSSD Logfiles (102.26 KB, text/plain)
2015-07-30 07:49 UTC, Paul
no flags Details

Description Paul 2015-07-30 07:49:00 UTC
Created attachment 1057549 [details]
SSSD Logfiles

Dear Sir or Madam,

my college configured an external trust for our existing Active Directory. We have joined our Linux Server using realmd and aren't able resolving any user IDs from the new trusted domain using sssd. I am in fact able to get a Kerberos Ticket with credentials of the trusted domain. Is this a known issue? Please let me know if I am able to provide any futher information. Logfiles are attached to this report.

System requirements:
-  centos7/rhel7 with sssd 1.12.2-58 joined to active directory domain 'content.zone'. 'content.zone' in turn trusts (one-way, external) the domain 'oew.de'.

Symptoms:
- 'id user' gives the error message ' GSSAPI Error: Unspecified GSS failure.  Minor code may provide more information (Server not found in Kerberos database)]'
- resolving user works without a hitch.

Error Message:
(Thu Jul 30 09:07:28 2015) [sssd[be[content.zone]]] [sasl_bind_send] (0x0080): Extended failure message: [SASL(-1): generic failure: GSSAPI Error: Unspecified GSS failure.  Minor code may provide more information (Server not found in Kerberos database)]

How to reproduce:
sudo realm join --user="administrator" --computer-ou=OU=Computers,OU=CAP,DC=content,DC=zone content.zone
sudo systemctl stop sssd; sudo rm -rf /var/lib/sss/db/*; sudo systemctl start sssd
id administrator


Regards,
Paul Becker

Comment 3 Paul 2015-07-30 11:27:21 UTC
We have reconfigured the trust from a one-directional external trust to a bi-directional external trust. With this we get the IDs withouth any problems. As an alternative we have tried joining our server with pbis/likewise-open and didn't need an bi-directional trust. Would you mind explaining why SSSD needs a trust in the different direction?

Comment 4 Jakub Hrozek 2015-08-05 12:21:15 UTC
I'm glad it works now. Some details were cleared up on the sssd-devel list.

One-way trust is a feature of RHEL-7.2


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